Skip to content

Commit 412a465

Browse files
committed
Use current pylint options
1 parent e634976 commit 412a465

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
check:
22
pep8 unify unify.py setup.py
33
pep257 unify unify.py setup.py
4-
pylint --report=no --include-ids=yes --disable=C0103,F0401,R0914,W0404,W0622 --rcfile=/dev/null unify.py setup.py
4+
pylint \
5+
--reports=no \
6+
--msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}' \
7+
--disable=C0103,F0401,R0914,W0404,W0622 \
8+
--rcfile=/dev/null \
9+
unify.py setup.py
510
python setup.py --long-description | rst2html --strict > /dev/null
611
scspell unify unify.py setup.py test_unify.py README.rst
712

0 commit comments

Comments
 (0)