Skip to content

Commit

Permalink
ci(codeclimate): ignore eslint indentation rules - the eslint version…
Browse files Browse the repository at this point in the history
… codeclimate uses, uses slightly different ones from those in eslint's latest
  • Loading branch information
sverweij committed Jun 2, 2018
1 parent 2b375ea commit 01c780e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ plugins:
checks:
compat/compat:
enabled: false
indent:
enabled: false
exclude_patterns:
- ".github/"
- "doc/"
Expand Down

0 comments on commit 01c780e

Please sign in to comment.