Skip to content

Commit

Permalink
Disabled "don't make functions in a loop" check.
Browse files Browse the repository at this point in the history
- Too many false positives from seq flows
  • Loading branch information
Strilanc committed May 5, 2016
1 parent 3fd122f commit 4803368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
engines:
eslint:
enabled: true
checks:
no-loop-func:
enabled: false
fixme:
enabled: true
ratings:
Expand Down

0 comments on commit 4803368

Please sign in to comment.