mirror of
https://github.com/Dolibarr/dolibarr
synced 2024-11-22 06:21:21 +00:00
5d68f1b0ee
# 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/*'
|