Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
start lint of default/*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Oct 25, 2012
1 parent b76b37a commit b026af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pycheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
only = 0

# the maximum number of warnings to be displayed
limit = 99
limit = 999

# list of evil C extensions that crash the interpreter
evil = []
Expand Down
4 changes: 2 additions & 2 deletions lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
rm *.pyc */*.pyc
echo 'pylint,'
. `dirname $0`/ENV/bin/activate
pylint --rcfile=.pylint *.py bbs
pylint --rcfile=.pylint *.py bbs default/*.py
echo 'pychecker,'
pychecker -F .pycheckrc blessings.py db.py engine.py terminal.py telnet.py bbs
pychecker -F .pycheckrc blessings.py db.py engine.py terminal.py telnet.py bbs default/*.py
echo 'compileall,'
python -m compileall -q `dirname $0`

0 comments on commit b026af8

Please sign in to comment.