discourse/.codeclimate.yml

13 lines
158 B
YAML

languages:
Ruby: true
JavaScript: true
Python: false
PHP: false
exclude_paths:
- "public/*"
- "script/*"
- "spec/*"
- "test/*"
- "vendor/*"