You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/.codeclimate.yml

16 lines
286 B
YAML

# Save as .codeclimate.yml (note leading .) in project root directory
version: "2"
languages:
Ruby: true
JavaScript: true
PHP: true
checks:
file-lines:
config:
threshold: 500
method-lines:
config:
threshold: 50
exclude_paths:
- "public/vendor/*"
- "test/*"