~hopem/charms/trusty/cinder-ceph/lp1535062

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ryan Beisner
  • Date: 2015-06-29 18:50:50 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: ryan.beisner@canonical.com-20150629185050-22ukqpfjhw9j0t08
update make lint target

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PYTHON := /usr/bin/env python
3
3
 
4
4
lint:
5
 
        @flake8 --exclude hooks/charmhelpers hooks unit_tests
 
5
        @flake8 --exclude hooks/charmhelpers,tests/charmhelpers \
 
6
        hooks unit_tests
6
7
        @charm proof
7
8
 
8
9
test: