diff --git a/.codacy.yml b/.codacy.yml index 6bfc61e05..9e1d21cd7 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -8,6 +8,8 @@ exclude_paths: - '**/docs/**' - '**/pkg/proto/**' - 'konnectd/assets/identifier/**' + - 'konnectd/ui_config/**/*' + - 'konnectd/scripts/**/*' - 'settings/rollup.config.js' - 'accounts/rollup.config.js' - 'ocis/docker/eos-ocis/Dockerfile' diff --git a/konnectd/.codacy.yml b/konnectd/.codacy.yml deleted file mode 100644 index 351d75647..000000000 --- a/konnectd/.codacy.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- - exclude_paths: - - 'scripts/**/*' - - 'ui_config/**/*' - - 'assets/**/*' - - '.bundle/**' - - 'spec/**/*' - - 'benchmarks/**/*' - - '**.min.js' - - '**/tests/**' \ No newline at end of file