dolibarr/.codeclimate.yml
2015-07-31 00:44:11 +02:00

11 lines
215 B
YAML

# Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
PHP: true
exclude_paths:
- 'build/*'
- 'dev/*'
- 'doc/*'
- 'test/*'
- 'htdocs/includes/*'