mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Add config file for CodeClimate
This commit is contained in:
24
.codeclimate.yml
Normal file
24
.codeclimate.yml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
engines:
|
||||||
|
csslint:
|
||||||
|
enabled: true
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- javascript
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
checks:
|
||||||
|
wrap-iife:
|
||||||
|
enabled: false
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.css"
|
||||||
|
- "**.js"
|
||||||
|
exclude_paths:
|
||||||
|
- .github/
|
||||||
|
- bin/
|
||||||
|
- misc/
|
||||||
|
- test/
|
||||||
Reference in New Issue
Block a user