Skip to content
Snippets Groups Projects
Unverified Commit af418a4f authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

codeclimate.yml

parent b5e92b54
No related branches found
No related tags found
No related merge requests found
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 50
sass-lint:
enabled: true
config:
config: .sass-lint.yml
eslint:
enabled: true
channel: "eslint-5"
config:
config: .eslintrc.yml
exclude_patterns:
- "node_modules/**"
- "vendor/**"
- "db/**"
- "config/**"
- "docs/**"
- "test/**"
\ No newline at end of file
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