From 5441bf6d822ed743b756af148a9ea74024c795a0 Mon Sep 17 00:00:00 2001 From: lhinds Date: Thu, 14 Sep 2017 15:39:48 +0100 Subject: Introduce ignore list for content scans Anteater was reporting fails on files which are documents and so harmless (for example an rst file) This patch introduces a file_ignore list in master_list.yaml Change-Id: I87c73c80a36114a7df9e1da47d89ca14e3bf668a Signed-off-by: lhinds --- master_list.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'master_list.yaml') diff --git a/master_list.yaml b/master_list.yaml index 4ee1f4c..4c33835 100644 --- a/master_list.yaml +++ b/master_list.yaml @@ -189,6 +189,10 @@ file_audits: regex: 0\.0\.0\.0 desc: "Interface listening on all addresses - may break security zones" +file_ignore: + - '.rst' + - '.md' + licence: licence_ext: - '.java' -- cgit 1.2.3-korg