From 688aa2e4e5dfadde0e169af7c0ebb990118db11e Mon Sep 17 00:00:00 2001 From: Smolevich Date: Wed, 5 Feb 2020 16:13:30 +0300 Subject: [PATCH] Add codacy.yml --- .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..a13d45280 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,2 @@ +exclude_paths: + - '.github/**'