Skip to content
Snippets Groups Projects
.codeclimate.yml 249 B
# 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/*'