Skip to content

Commit

Permalink
chore: ignore .spec in codeclimate (#382)
Browse files Browse the repository at this point in the history
* chore: ignore .spec in codeclimate

* chore: ignore .spec in codeclimate

* chore: including new path

* fix: climate

Co-authored-by: Alysson Keysson <[email protected]>
Co-authored-by: Iury Nogueira <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2022
1 parent 78dc7da commit 3ecdf8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
exclude_patterns:
- "../src/test.ts"
- "../src/**/*.spec.ts"
- "../projects/**/*.spec.ts"
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "Tests/"
- "**/vendor/"
- "**/*_test.go"
- "**/*.d.ts"
- "**/*.spec.ts"

0 comments on commit 3ecdf8f

Please sign in to comment.