Skip to content
Snippets Groups Projects
Commit cc76b142 authored by Moul's avatar Moul
Browse files

[lint] Remove now useless configuration passed as args in the make rule

- Join lines, '/' at the end is no more necessary
parent 4712f89f
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,7 @@ mypy:
# check code errors
pylint:
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 duniterpy/
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 tests/
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 examples/
poetry run pylint duniterpy tests examples
# check format
check-format:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment