Skip to content

Commit

Permalink
Update overcommit 0.23.0 -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Apr 13, 2015
1 parent 061f0fc commit 28b3b1e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .overcommit.yml
@@ -1,3 +1,21 @@
PreCommit:
BundleCheck:
enabled: true

HardTabs:
enabled: true

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

TrailingWhitespace:
enabled: true

TravisLint:
enabled: true
command: ['bundle', 'exec', 'travis']
flags: ['lint', '--skip-version-check']

YamlSyntax:
enabled: true
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

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

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

0 comments on commit 28b3b1e

Please sign in to comment.