Skip to content

Commit

Permalink
Merge pull request #160 from Ichimonji10/makefile
Browse files Browse the repository at this point in the history
Tweak `make lint`
  • Loading branch information
abalakh committed Jul 28, 2015
2 parents a082ebf + b24eeb8 commit 15edd5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ lint:
pylint --reports=n --disable=I --ignore-imports=y \
nailgun tests setup.py docs/conf.py
pylint --reports=n --disable=I --ignore-imports=y --disable=similarities \
docs/create_organization_nailgun.py docs/create_organization_plain.py \
docs/create_user_nailgun.py docs/create_user_plain.py
docs/create_organization_nailgun.py \
docs/create_organization_nailgun_v2.py \
docs/create_organization_plain.py \
docs/create_user_nailgun.py \
docs/create_user_plain.py

test:
python $(TEST_OPTIONS)
Expand Down

0 comments on commit 15edd5b

Please sign in to comment.