mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-04 19:49:18 +02: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/*" |