From 42c189cbd40da53f1e0a8aa009159958b902ecee Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Wed, 14 Oct 2020 13:44:57 +0200 Subject: [PATCH] Add codacy config with excluding paths --- konnectd/.codacy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 konnectd/.codacy.yml diff --git a/konnectd/.codacy.yml b/konnectd/.codacy.yml new file mode 100644 index 000000000..319e49c64 --- /dev/null +++ b/konnectd/.codacy.yml @@ -0,0 +1,8 @@ +--- + exclude_paths: + - 'assets' + - '.bundle/**' + - 'spec/**/*' + - 'benchmarks/**/*' + - '**.min.js' + - '**/tests/**' \ No newline at end of file