Add codacy config with excluding paths

This commit is contained in:
Lukas Hirt
2020-10-14 13:44:57 +02:00
parent c266f0ccf6
commit 42c189cbd4

8
konnectd/.codacy.yml Normal file
View File

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