forked from p15670423/monkey
Rename vulture_whitelist.py -> vultue_allowlist.py
This commit is contained in:
parent
55ed8d28d0
commit
b69c1c531a
2
.flake8
2
.flake8
|
@ -1,7 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
## Warn about linter issues.
|
## Warn about linter issues.
|
||||||
|
|
||||||
exclude = monkey/monkey_island/cc/ui,vulture_whitelist.py
|
exclude = monkey/monkey_island/cc/ui,vulture_allowlist.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