Skip to content

Commit

Permalink
ci(codeclimate): up eslint version in codeclimate config (sverweij#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij authored Jan 4, 2020
1 parent 904bf13 commit 29751dc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ checks:
plugins:
eslint:
enabled: true
channel: "eslint-5"
channel: "eslint-6"
config:
config: .eslintrc.json
checks:
# compat is not a codeclimeate supported eslint plugin
compat/compat:
enabled: false
# fairly fresh mocha rule, not supported by codeclimate yet
mocha/no-async-describe:
enabled: false
# indent rules on codeclimate seem to be different from
# the local ones - probably because cc uses an older version
# of eslint
indent:
enabled: true
exclude_patterns:
- ".github/"
- "configs/"
Expand Down

0 comments on commit 29751dc

Please sign in to comment.