gregschmit/rails-rest-framework

View on GitHub
.githooks/pre-commit

Summary

Maintainability
Test Coverage
#!/bin/sh -ex

# Called by "git commit" with no arguments. The hook should exit with non-zero status after issuing
# an appropriate message if it wants to stop the commit.

# Run the linter.
rubocop -a