Skip to content
Snippets Groups Projects
Commit e177ff30 authored by Scott Larkin's avatar Scott Larkin Committed by GitHub
Browse files

Create .codeclimate.yml

Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
parent a6e4f754
No related branches found
No related tags found
No related merge requests found
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
rubocop:
enabled: true
eslint:
enabled: true
ratings:
paths:
- "**.rb"
- "**.js"
exclude_paths:
- spec/
- vendor/asset
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment