update make lint target

This commit is contained in:
Ryan Beisner 2015-06-29 18:50:50 +00:00
parent 0c4d7fbf03
commit 14e0064233
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks unit_tests
@flake8 --exclude hooks/charmhelpers,tests/charmhelpers \
hooks unit_tests
@charm proof
test: