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