From f06239473ac111e5b6dc3c2cf0262968fb283efd Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 31 Aug 2017 18:58:05 -0400 Subject: [PATCH] Ignore zips in Coala linting Change-Id: I79fdae1fd71fa9ac75145f31b67999abe5a9175e Signed-off-by: Daniel Farrell --- .coafile | 1 + 1 file changed, 1 insertion(+) diff --git a/.coafile b/.coafile index 09b09a3..ca4cc89 100644 --- a/.coafile +++ b/.coafile @@ -15,6 +15,7 @@ ignore = .tox/**, **postman_collection**, **packer_cache**, **.tar.gz, + **.zip, **.rpm, **.pyc, packages/deb/templates/rules_template, -- 2.36.6