From 1ec76e5f65af6494209365fd7149e820a5543fd7 Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Sat, 20 Jul 2019 18:56:00 -0400 Subject: [PATCH] chore: The .codacy.yml excludes files and files in subdirs of .github. --- .codacy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codacy.yml b/.codacy.yml index 1b100e2d9..a8c120c54 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,2 +1,5 @@ +--- exclude_paths: - 'tests/**' + - '.github/**' + - '.github/**/*'