Skip to content

Commit

Permalink
tell codeclimate to use eslint 3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 11, 2016
1 parent 9cdf696 commit 37d520f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
engines:
eslint:
enabled: true
channel: "eslint-3"
config:
config: ".eslintrc.json"

ratings:
paths:
- "**.js"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status][ci-img]][ci-url]
[![Coverage Status][cov-img]][cov-url]
[![Code Climate][clim-img]][clim-url]

# haraka-config

Expand Down Expand Up @@ -286,3 +287,5 @@ Haraka will be unable to update them after changes.
[ci-url]: https://travis-ci.org/haraka/haraka-config
[cov-img]: https://codecov.io/github/haraka/haraka-config/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-config?branch=master
[clim-img]: https://codeclimate.com/github/haraka/haraka-config/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-config

0 comments on commit 37d520f

Please sign in to comment.