tweak codeclimate settings

v1.18.x
Barış Soner Uşaklı 6 years ago
parent ac39112271
commit bc63cfe281

@ -1,9 +1,9 @@
# Save as .codeclimate.yml (note leading .) in project root directory # Save as .codeclimate.yml (note leading .) in project root directory
version: "2" version: "2"
languages: languages:
Ruby: true Ruby: false
JavaScript: true JavaScript: true
PHP: true PHP: false
checks: checks:
file-lines: file-lines:
config: config:
@ -11,6 +11,12 @@ checks:
method-lines: method-lines:
config: config:
threshold: 50 threshold: 50
method-complexity:
config:
threshold: 10
similar-code:
config:
threshold: 65
exclude_paths: exclude_paths:
- "public/vendor/*" - "public/vendor/*"
- "test/*" - "test/*"
Loading…
Cancel
Save