Skip to content

Commit

Permalink
rubocop: upgrade and set NumericPredicate style
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Sep 5, 2016
1 parent c58cf4e commit a6103b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Expand Up @@ -26,6 +26,8 @@ Style/Documentation:
Enabled: false # we have documentation in the readme
Style/ExtraSpacing:
Enabled: false # does not work with trailing comments
Style/NumericPredicate:
EnforcedStyle: comparison
Style/PercentLiteralDelimiters:
Enabled: false # it's better to use `%w{}` syntax, because the braces are the same as in `%r{}`
Style/SpaceInsideHashLiteralBraces:
Expand Down
2 changes: 1 addition & 1 deletion jekyll-minibundle.gemspec
Expand Up @@ -31,7 +31,7 @@ minification tool (not even other gems).
s.add_development_dependency 'minitest', '~> 5.8'
s.add_development_dependency 'nokogiri', '~> 1.6'
s.add_development_dependency 'rake', '~> 11.1'
s.add_development_dependency 'rubocop', '~> 0.39.0'
s.add_development_dependency 'rubocop', '~> 0.42.0'

s.required_ruby_version = '>= 2.0.0'

Expand Down

0 comments on commit a6103b5

Please sign in to comment.