No need to exclude charmhelpers

This commit is contained in:
Adam Collard 2015-08-04 12:48:35 +01:00
parent e746db2f5f
commit c523f8e3a7
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ PYTHON := /usr/bin/env python
lint:
@flake8 lib
@flake8 --exclude charmhelpers hooks
@flake8 --exclude charmhelpers unit_tests tests
@flake8 hooks
@flake8 unit_tests tests
@charm proof
unit_test: