forked from p15670423/monkey
Rename whitelist.py to vulture_whitelist.py
This commit is contained in:
parent
c165b0e4ea
commit
954ad64255
2
.flake8
2
.flake8
|
@ -1,7 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
## Warn about linter issues.
|
## Warn about linter issues.
|
||||||
|
|
||||||
exclude = monkey/monkey_island/cc/ui,whitelist.py
|
exclude = monkey/monkey_island/cc/ui,vulture_whitelist.py
|
||||||
show-source = True
|
show-source = True
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
|
|
Loading…
Reference in New Issue