Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
4f89cc10
"vscode:/vscode.git/clone" did not exist on "b4535b8d843c9f0881d9f30a0869def4a1aec83f"
Unverified
Commit
4f89cc10
authored
Sep 21, 2019
by
Nikita Titov
Committed by
GitHub
Sep 21, 2019
Browse files
[ci] added build/include_subdir check to filter for cpplint (#2427)
parent
306c6dbf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test.sh
.ci/test.sh
+1
-1
No files found.
.ci/test.sh
View file @
4f89cc10
...
...
@@ -55,7 +55,7 @@ if [[ $TASK == "lint" ]]; then
pip
install
--user
cpplint
pycodestyle
--ignore
=
E501,W503
--exclude
=
./compute,./.nuget
.
||
exit
-1
pydocstyle
--convention
=
numpy
--add-ignore
=
D105
--match-dir
=
"^(?!^compute|test|example).*"
--match
=
"(?!^test_|setup).*
\.
py"
.
||
exit
-1
cpplint
--filter
=
-build
/header_guard,-whitespace/line_length
--recursive
./src ./include
||
exit
0
cpplint
--filter
=
-build
/
include_subdir,-build/
header_guard,-whitespace/line_length
--recursive
./src ./include
||
exit
0
exit
0
fi
...
...
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