Skip to content

Commit f304db8

Browse files
cgzonesjwcart2
authored andcommitted
scripts: ignore Flake8 tag E275
./gui/polgengui.py:484:18: E275 missing whitespace after keyword ./gui/polgengui.py:530:18: E275 missing whitespace after keyword ./python/sepolgen/src/sepolgen/policygen.py:327:19: E275 missing whitespace after keyword ./python/sepolgen/src/sepolgen/policygen.py:329:11: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/__init__.py:453:15: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/generate.py:1349:28: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/generate.py:1351:28: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/gui.py:638:24: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/gui.py:863:23: E275 missing whitespace after keyword ./python/sepolicy/build/lib/sepolicy/gui.py:2177:16: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/__init__.py:453:15: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/generate.py:1349:28: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/generate.py:1351:28: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/gui.py:638:24: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/gui.py:863:23: E275 missing whitespace after keyword ./python/sepolicy/sepolicy/gui.py:2177:16: E275 missing whitespace after keyword ./sandbox/sandbox:114:7: E275 missing whitespace after keyword ./sandbox/sandbox:134:11: E275 missing whitespace after keyword ./sandbox/sandbox:136:7: E275 missing whitespace after keyword Signed-off-by: Christian Göttsche <[email protected]> Acked-by: James Carter <[email protected]>
1 parent 178ae16 commit f304db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run-flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ IGNORE_LIST="$IGNORE_LIST,E261" # at least two spaces before inline comment
5858
IGNORE_LIST="$IGNORE_LIST,E265" # block comment should start with '# '
5959
IGNORE_LIST="$IGNORE_LIST,E266" # too many leading '#' for block comment
6060
IGNORE_LIST="$IGNORE_LIST,E272" # multiple spaces before keyword
61+
IGNORE_LIST="$IGNORE_LIST,E275" # missing whitespace after keyword
6162
IGNORE_LIST="$IGNORE_LIST,E301" # expected 1 blank line, found 0
6263
IGNORE_LIST="$IGNORE_LIST,E302" # expected 2 blank lines, found 1
6364
IGNORE_LIST="$IGNORE_LIST,E303" # too many blank lines

0 commit comments

Comments
 (0)