# Qual: Fix trailing whitespace in yaml file. Yaml check tools complain about trailing whitespace, so I fix them. pre-commit (#27392) has rules to fix them automatically (locally).
13 lines
No EOL
247 B
YAML
13 lines
No EOL
247 B
YAML
# Save as .codeclimate.yml (note leading .) in project root directory
|
|
languages:
|
|
Ruby: false
|
|
JavaScript: true
|
|
PHP: true
|
|
engines:
|
|
phpcodesniffer: true
|
|
exclude_paths:
|
|
- 'build/*'
|
|
- 'dev/*'
|
|
- 'doc/*'
|
|
- 'test/*'
|
|
- 'htdocs/includes/*' |