mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
Add codeclimate config
This commit is contained in:
parent
5cc516ffb5
commit
32c63d4aaf
20
.codeclimate.yml
Normal file
20
.codeclimate.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
engines:
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
stylelint:
|
||||||
|
enabled: true
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
javascript:
|
||||||
|
mass_threshold: 70
|
||||||
|
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.js"
|
||||||
|
- "**.jsx"
|
||||||
|
- "**.scss"
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- src/assets/fonts/**/*
|
Loading…
Reference in New Issue
Block a user