NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

Code audit check on pkg build misses uncommitted changes #2

Closed joshpencheon closed 8 years ago

joshpencheon commented 8 years ago

We should make it impossible to rake build when there are local modifications.

# For SVN:
$ svn status | grep -q [^AMCDG]; echo $?

# For Git:
$ git diff --quiet HEAD; echo $?