From 13f90e143bd2163687d9ae1eacdb8bbd05f4ceb4 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Fri, 23 Jun 2017 15:39:12 -0700 Subject: [PATCH] [rubocop] Style/LineEndConcatenation violations have been corrected --- .rubocop_fixme.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop_fixme.yml b/.rubocop_fixme.yml index 2d9f4a0570..1b8769adf4 100644 --- a/.rubocop_fixme.yml +++ b/.rubocop_fixme.yml @@ -50,11 +50,6 @@ Style/FormatStringToken: Exclude: - 'config/routes.rb' -Style/LineEndConcatenation: - Exclude: - - 'spec/test_app_templates/lib/generators/**/*' - - 'lib/generators/**/*' - Style/PredicateName: Exclude: - 'app/helpers/hyrax/collections_helper.rb'