Skip to content

Commit

Permalink
Add build check for whitespace after '{'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dionyziz committed Aug 28, 2014
1 parent a28d9eb commit 9ca8fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test:
nosetests

style:
find . -iname "*.py"|xargs flake8 --ignore=E501,E303,E128,F401,E226,F841,E261,E241,E502,F403,E302,F821,E127,E124,E225,F811,W391,E701,E711,E111,E703,E401,E222,E201 --exclude=*pybitmessage*
find . -iname "*.py"|xargs flake8 --ignore=E501,E303,E128,F401,E226,F841,E261,E241,E502,F403,E302,F821,E127,E124,E225,F811,W391,E701,E711,E111,E703,E401,E222 --exclude=*pybitmessage*

0 comments on commit 9ca8fe4

Please sign in to comment.