diff --git a/.flake8 b/.flake8 index ecbc954ee..97d903b8f 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,7 @@ [flake8] ## 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 max-complexity = 10 max-line-length = 100 diff --git a/vulture_whitelist.py b/vulture_allowlist.py similarity index 100% rename from vulture_whitelist.py rename to vulture_allowlist.py