~charmers/charms/trusty/postgresql/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Stuart Bishop
  • Date: 2015-02-24 16:57:31 UTC
  • mto: This revision was merged to the branch mainline in revision 118.
  • Revision ID: stuart@stuartbishop.net-20150224165731-xuyjpzesbkzgi7ey
delint

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        @echo "Lint check (flake8)"
57
57
        @flake8 -v \
58
58
            --exclude hooks/charmhelpers,hooks/_trial_temp \
 
59
            --ignore=E402 \
59
60
            hooks testing tests test.py
60
61
 
61
62
sync: