platform_external_selinux/scripts
Nicolas Iooss 6f01778406
python: remove semicolon from end of lines
Python does not need to end a statement with a semicolon. Doing this
gets reported by linters such as flake8 ("E703 statement ends with a
semicolon").

Remove such semicolons in the code and enable this warning in
scripts/run-flake8.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2018-08-19 17:55:19 +02:00
..
.gitignore scripts: add a helper script to run clang's static analyzer 2018-06-15 09:03:17 -04:00
Lindent Update to latest Lindent script from kernel tree. 2013-10-30 14:34:25 -04:00
make-update Add make-update script and fix release script. 2013-10-31 14:34:02 -04:00
release Fix release script 2016-11-16 11:19:51 -05:00
run-flake8 python: remove semicolon from end of lines 2018-08-19 17:55:19 +02:00
run-scan-build scripts: add a helper script to run clang's static analyzer 2018-06-15 09:03:17 -04:00