mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
# Qual: Fix line endings of yaml files for yamllint. yamllint (included in the pre-commit setup) has some messages about the line-endings of yml files. This fixes that.
14 lines
248 B
YAML
14 lines
248 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/*'
|