Skip to content

Commit

Permalink
enh: add code analysis target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Oct 31, 2012
1 parent 3c854a2 commit e8bdac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ doc: inplace

doc-noplot: inplace
make -C doc html-noplot

code-analysis:
flake8 sklearn | grep -v __init__ | grep -v external
pylint -E -i y sklearn/ -d E1103,E0611,E1101

0 comments on commit e8bdac9

Please sign in to comment.