mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 23:52:58 +01:00
16 lines
286 B
YAML
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/*" |