diff --git a/.rubocop.yml b/.rubocop.yml index 88616fa..a303c22 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -50,6 +50,9 @@ Style/DotPosition: Style/DoubleNegation: Enabled: false +Style/FrozenStringLiteralComment: + Enabled: false + Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space diff --git a/Gemfile.lock b/Gemfile.lock index d6ae3e1..0405909 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)