Skip to content
Snippets Groups Projects
Commit 7faf2c69 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #94 add pylint on tests and examples folder

parent 87b0f4ca
No related branches found
No related tags found
1 merge request!66Merge of check_tests_and_examples to dev
...@@ -20,6 +20,8 @@ mypy: ...@@ -20,6 +20,8 @@ mypy:
# check code errors # check code errors
pylint: pylint:
pylint --disable=C,R0913,R0903,R0902,R0914,R0912,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 duniterpy/ pylint --disable=C,R0913,R0903,R0902,R0914,R0912,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 duniterpy/
pylint --disable=C,R0913,R0903,R0902,R0914,R0912,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 tests/
pylint --disable=C,R0913,R0903,R0902,R0914,R0912,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 examples/
# check format # check format
check-format: check-format:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment