From 4e652c2331d187675a6ab3cf3e500405dc768db3 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 30 Jun 2016 10:45:03 -0700 Subject: [PATCH] Update rubocop to version 0.41.1 --- .rubocop.yml | 3 +++ Gemfile.lock | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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)