mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
fail on TODO/FIXME
This commit is contained in:
3
scripts/check-syntax.sh
vendored
3
scripts/check-syntax.sh
vendored
@@ -35,6 +35,9 @@ fi
|
||||
echo "=> pyflakes version:"
|
||||
pyflakes --version
|
||||
|
||||
# checking for TODO/FIXME
|
||||
grep -r 'TODO\|FIXME'
|
||||
|
||||
# PEP8 tests
|
||||
# W503: Line break occurred before a binary operator
|
||||
# W504: Line break occurred after a binary operator
|
||||
|
||||
Reference in New Issue
Block a user