Skip to content

Commit

Permalink
Update rubocop to version 0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 30, 2016
1 parent 92849df commit 4e652c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Style/DotPosition:
Style/DoubleNegation:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false

Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ GEM
remotipart (1.2.1)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
rubocop (0.41.1)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
Expand Down

0 comments on commit 4e652c2

Please sign in to comment.