aboutsummaryrefslogtreecommitdiffstats
path: root/anteater/src/project_scan.py
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-06-21 13:32:29 +0100
committerlhinds <lhinds@redhat.com>2017-06-21 13:32:29 +0100
commit7a0e4fa551a01105a7a0afddb431869b2627ac6a (patch)
tree2aacbd7468ed1e3bd1ad31c2edcb26e1607cf177 /anteater/src/project_scan.py
parent7f69464d9e184b69e5d6fb70517e48f43d4c56c0 (diff)
rename gatechecks and project_config
gatechecks is renamed to master_list and project_config is renamed to project_exceptions JIRA:RELENG-251 Change-Id: Icbcc2c114d687783e0720017025cb4bb8e53e8a3 Signed-off-by: lhinds <lhinds@redhat.com>
Diffstat (limited to 'anteater/src/project_scan.py')
-rw-r--r--anteater/src/project_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anteater/src/project_scan.py b/anteater/src/project_scan.py
index 09a4791..c7c6f28 100644
--- a/anteater/src/project_scan.py
+++ b/anteater/src/project_scan.py
@@ -27,7 +27,7 @@ logger = antlog.Logger(__name__).getLogger()
config = ConfigParser.RawConfigParser()
config.read('anteater.conf')
reports_dir = config.get('config', 'reports_dir')
-gate_checks = config.get('config', 'gate_checks')
+master_list = config.get('config', 'master_list')
ignore_dirs = ['.git']