Skip to content

Commit

Permalink
Add codeclimate config file (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Nov 28, 2020
1 parent 4c1da4f commit a2cda70
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
exclude_patterns:
# Defaults
- config/
- db/
- dist/
- features/
- node_modules/
- script/
- test/
- vendor/
- "**/*.d.ts"

# Tmp controllers/views
- app/controllers/tmp/
- app/views/tmp/

# test controllers/views
- app/controllers/test/
- app/views/test/

0 comments on commit a2cda70

Please sign in to comment.