.codeclimate.yml 163 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10
languages:
  Ruby: false
  JavaScript: true
  PHP: false
exclude_paths:
- "dist/*"
- "node_modules/*"
- "gulpfile.js"
- "examples/*"
- "test/fixtures/coverage.js"