From b69c1c531a2f2a3a50d4e32d359b99dfcb7b2750 Mon Sep 17 00:00:00 2001 From: Shreya Date: Wed, 2 Jun 2021 13:08:37 +0530 Subject: [PATCH] Rename vulture_whitelist.py -> vultue_allowlist.py --- .flake8 | 2 +- vulture_whitelist.py => vulture_allowlist.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename vulture_whitelist.py => vulture_allowlist.py (100%) 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