Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
irp
Fresnel
Commits
6f163c72
Commit
6f163c72
authored
Feb 21, 2021
by
Leon Merten Lohse
Browse files
use stricter rules for cpplint
parent
6f3731ef
Pipeline
#175157
passed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f163c72
...
...
@@ -20,7 +20,7 @@ cpplint:
stage
:
lint
script
:
-
pip install cpplint
-
cpplint --linelength=120 --filter=-legal/copyright,-build/include_order,-build/include_subdir
,-runtime/references
source/*cpp source/*h
-
cpplint --linelength=120 --filter=-legal/copyright,-build/include_order,-build/include_subdir source/*cpp source/*h
pages
:
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment