Skip to content

Commit

Permalink
Removed Code Climate code comment checks.
Browse files Browse the repository at this point in the history
- These checks would throw errors when they should be warnings.
- These checks have been removed as they would cause misleading build
  failures.

[ci skip]
  • Loading branch information
bkuhlmann committed Feb 5, 2017
1 parent 5d02541 commit f8bcd21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
engines:
shellcheck:
enabled: true
Expand All @@ -16,13 +15,6 @@ engines:
languages:
- ruby
- javascript
fixme:
enabled: true
config:
strings:
- TODO
- FIX
- DUPLICATE
ratings:
paths:
- "app/**/*"
Expand Down

0 comments on commit f8bcd21

Please sign in to comment.