cypher / git-ruby-syntax-check

Checks the syntax of all changed ruby files is valid before allowing a commit
MIT License
70 stars 16 forks source link

Settings via git config, option to skip ERB files #3

Closed benzado closed 12 years ago

benzado commented 12 years ago
  1. Get settings values via git config, rather than hard coding them into the script.
  2. Adding an option to skip checking of ERB files, since Rails 3 has a custom syntax for them.