1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 11:24:16 +00:00

fail on TODO/FIXME

This commit is contained in:
deadc0de6
2023-08-09 21:41:59 +02:00
committed by deadc0de
parent a691a0c06b
commit e9c356be20

View File

@@ -35,6 +35,9 @@ fi
echo "=> pyflakes version:" echo "=> pyflakes version:"
pyflakes --version pyflakes --version
# checking for TODO/FIXME
grep -r 'TODO\|FIXME'
# PEP8 tests # PEP8 tests
# W503: Line break occurred before a binary operator # W503: Line break occurred before a binary operator
# W504: Line break occurred after a binary operator # W504: Line break occurred after a binary operator