Skip to content

Commit

Permalink
Upgrade Overcommit 0.24.0 -> 0.25.0 for Travis builds
Browse files Browse the repository at this point in the history
Thie required us to rename the `Rubocop` hook to `RuboCop`.
  • Loading branch information
sds committed May 3, 2015
1 parent 6dc2574 commit 150789d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PreCommit:
HardTabs:
enabled: true

Rubocop:
RuboCop:
enabled: true
command: ['bundle', 'exec', 'rubocop']

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

# Run all pre-commit hooks via Overcommit during CI runs
gem 'overcommit', '0.24.0'
gem 'overcommit', '0.25.0'

# Pin tool versions (which are executed by Overcommit) for Travis builds
gem 'rubocop', '0.30.1'
Expand Down

0 comments on commit 150789d

Please sign in to comment.