dolibarr/.codeclimate.yml

13 lines
249 B
YAML
Raw Normal View History

2015-07-30 22:44:11 +00:00
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
PHP: true
2015-08-12 20:08:48 +00:00
engines:
phpcodesniffer: true
2015-07-30 22:44:11 +00:00
exclude_paths:
- 'build/*'
- 'dev/*'
- 'doc/*'
- 'test/*'
- 'htdocs/includes/*'