create script/fmt to format the code

This commit is contained in:
Parker Moore 2016-05-12 13:42:05 -05:00
parent 917b470459
commit b28e14bcd6
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 3 additions and 0 deletions

3
script/fmt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
bundle exec rubocop -D $@