Skip to content

Commit 31722e2

Browse files
committed
test(codacy): add config
Configure Codacy to ignore tests, docs, and builds. #2, #3
1 parent ff95f7d commit 31722e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.codacy.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
exclude_paths:
2+
- '.github/**'
3+
- '.vscode/**'
4+
- '**/__fixtures__/**'
5+
- '**/__mocks__/**'
6+
- '**/__tests__/**'
7+
- 'coverage/**'
8+
- 'dist/**'
9+
- 'docs/**'

0 commit comments

Comments
 (0)