[beisner,r=corey.bryant] Add actions directory to flake8 call in Makefile.

This commit is contained in:
Corey Bryant 2015-10-07 10:16:03 -04:00
commit ee17bcd123
1 changed files with 1 additions and 1 deletions

View File

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