monkey/ci_scripts/flake8_syntax_check.cfg

10 lines
228 B
INI
Raw Normal View History

[flake8]
## Check syntax errors and fail the build if any are found.
exclude = ../monkey/monkey_island/cc/ui,
../monkey/common/cloud
select = E901,E999,F821,F822,F823
count = True
show-source = True
statistics = True