Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
update rubocop and remove rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Derich committed Dec 14, 2017
1 parent 3b41d4e commit 3bb208f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -9,6 +9,9 @@ AllCops:
Style/FrozenStringLiteralComment:
Enabled: false

Style/FormatStringToken:
Enabled: false

Layout/IndentHeredoc:
EnforcedStyle: powerpack

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'yard'

group :test do
gem 'coveralls'
gem 'rubocop', '0.46'
gem 'rubocop', '~> 0.52.0', require: false
gem 'yardstick'
end

Expand Down

0 comments on commit 3bb208f

Please sign in to comment.