Skip to content

Commit

Permalink
Merge pull request #1073 from chromaui/cody/cap-2203-codacy-ignore-cl…
Browse files Browse the repository at this point in the history
…ones-in-test-files

Ignore duplication in test files and ignore all __mocks__
  • Loading branch information
codykaup authored Oct 3, 2024
2 parents 9eb5338 + 2283f0a commit 9507da9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
exclude_paths:
- 'CHANGELOG.md'
- 'vitest.no-threads.config.ts'
- '**/__mocks__/**'
engines:
duplication:
exclude_paths:
- '**/*.test.js'
- '**/*.test.ts'

0 comments on commit 9507da9

Please sign in to comment.