Skip to content

Commit

Permalink
sniff added
Browse files Browse the repository at this point in the history
  • Loading branch information
amankrbl committed Apr 26, 2016
1 parent c19ceba commit 4cb6b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fabpolish/contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ def check_image_edited():
' --name-only --diff-filter=M | ' +
'grep ".gif\|.png\|.jpg"'
)


@sniff(severity='critical', timing='fast')
def composer_validate():
info('Running composer validate...')
return local('composer validate')

0 comments on commit 4cb6b07

Please sign in to comment.