docbrown/.codeclimate.yml
Vinicius Stock 0725b85e50 Upgrade to Ruby 2.6.0 (#1482)
* Upgrade to Ruby 2.6.0

* Change Ruby version in guides and in travis

* Upgrade Rubocop

* Change Rubocop version for code climate

* Update .codeclimate.yml

* Update badge
2019-01-09 15:59:38 -05:00

27 lines
429 B
YAML

version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-0-60
brakeman:
enabled: true
eslint:
enabled: true
channel: "eslint-5"
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "node_modules/"
- "script/"
- "spec/"
- "test/"
- "tests/"
- "vendor/"
- "lib/tasks/"
- "app/assets/javascripts/lib/"
- "bin/"
- "**/__tests__/"
- "**/.eslintrc.js"
- "*.js"