diff --git a/konnectd/.codacy.yml b/konnectd/.codacy.yml index fa9b7d29e..351d75647 100644 --- a/konnectd/.codacy.yml +++ b/konnectd/.codacy.yml @@ -1,8 +1,8 @@ --- exclude_paths: - - 'scripts' - - 'ui_config' - - 'assets' + - 'scripts/**/*' + - 'ui_config/**/*' + - 'assets/**/*' - '.bundle/**' - 'spec/**/*' - 'benchmarks/**/*'