# Save as .codeclimate.yml (note leading .) in project root directory
languages:
  JavaScript: true
exclude_paths:
- "gulp_tasks/*"
- "bin/*"
- "gulpfile.js"