Add codacy config with excluding paths

This commit is contained in:
Lukas Hirt
2020-10-19 11:41:58 +02:00
parent c266f0ccf6
commit 42c189cbd4
+8
View File
@@ -0,0 +1,8 @@
---
exclude_paths:
- 'assets'
- '.bundle/**'
- 'spec/**/*'
- 'benchmarks/**/*'
- '**.min.js'
- '**/tests/**'