From f7f326b439f6d901502c2e25f66b6d9c8696a437 Mon Sep 17 00:00:00 2001 From: Giacomo Fabbian Date: Sat, 8 Feb 2020 13:51:48 +0100 Subject: [PATCH] [GF] Add config for codacy --- .codacy.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 000000000..59b32a797 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,2 @@ +exclude_paths: + - '.github/**'