Show all pylint warnings

pull/7/head
Ferry Boender 9 years ago
parent 642b1eb572
commit eca758dff3
  1. 2
      Makefile

@ -103,4 +103,4 @@ test:
@echo "\nFLAKE8\n"
cd src && flake8 *.py | grep -v "line too long" || true
@echo "\nPYLINT\n"
cd src && pylint -dC -dR -rno *.py || true
cd src && pylint -dW0142 *.py || true

Loading…
Cancel
Save