script/fmt: print Rubocop version

This commit is contained in:
Parker Moore 2016-06-28 12:38:46 -07:00 committed by GitHub
parent 18a8b4dcc7
commit 3a76ddf7a2
1 changed files with 1 additions and 1 deletions

View File

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