the-matrix/finite-state-machine

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
  Ruby: false
  JavaScript: false
  PHP: true
  Python: false
exclude_paths:
  - "test/*"
  - "docs/*"
  - "examples/*"
  - "pics/*"