change codeclimate config
parent
1ec2d511b2
commit
c2c8e8511f
@ -1,8 +1,16 @@
|
|||||||
# Save as .codeclimate.yml (note leading .) in project root directory
|
# Save as .codeclimate.yml (note leading .) in project root directory
|
||||||
|
version: "2"
|
||||||
languages:
|
languages:
|
||||||
Ruby: true
|
Ruby: true
|
||||||
JavaScript: true
|
JavaScript: true
|
||||||
PHP: true
|
PHP: true
|
||||||
|
checks:
|
||||||
|
file-lines:
|
||||||
|
config:
|
||||||
|
threshold: 500
|
||||||
|
method-lines:
|
||||||
|
config:
|
||||||
|
threshold: 50
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- "public/vendor/*"
|
- "public/vendor/*"
|
||||||
- "test/*"
|
- "test/*"
|
Loading…
Reference in New Issue