Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
ci(codeclimate): add Code Climate configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Nov 7, 2023
1 parent f4e953e commit acfbd98
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "Tests/"
- "**/vendor/"
- "**/*_test.go"
- "**/*.d.ts"
- "**/tests.py"

0 comments on commit acfbd98

Please sign in to comment.