Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#151817717] - setup codeclimate config
Browse files Browse the repository at this point in the history
chrisdolendo committed Feb 21, 2019
1 parent eed3bb2 commit 56c1977
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: true
JavaScript: true
exclude_paths:
- "lib/assets"
# code climate complains a bunch about our toolkit.css -- is it useful to validate our CSS?
- "app/assets/stylesheets"
checks:
method-complexity:
config:
threshold: 8

0 comments on commit 56c1977

Please sign in to comment.