From 4c419504b40b516b7ef4337017d6946924993a0d Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Wed, 7 Nov 2018 11:42:48 +0300 Subject: [PATCH] codacy config added --- .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 0000000..6ca76fd --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,2 @@ +exclude_paths: + - 'tests/**' \ No newline at end of file