Move konnectd codacy config to the root

This commit is contained in:
Lukas Hirt
2020-10-14 15:08:57 +02:00
parent 8b97e6d489
commit 813fa28ad4
2 changed files with 2 additions and 10 deletions

View File

@@ -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'

View File

@@ -1,10 +0,0 @@
---
exclude_paths:
- 'scripts/**/*'
- 'ui_config/**/*'
- 'assets/**/*'
- '.bundle/**'
- 'spec/**/*'
- 'benchmarks/**/*'
- '**.min.js'
- '**/tests/**'