mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
8 lines
171 B
YAML
8 lines
171 B
YAML
# Save as .codeclimate.yml (note leading .) in project root directory
|
|
languages:
|
|
Ruby: true
|
|
JavaScript: true
|
|
PHP: true
|
|
exclude_paths:
|
|
- "public/vendor/*"
|
|
- "tests/*" |