From 260ace0c307aae22bf7001597b60710bb422bd94 Mon Sep 17 00:00:00 2001 From: Ben Crouse Date: Wed, 4 Dec 2019 10:17:36 -0500 Subject: [PATCH] Update cops names for newest version of rubocop No changelog --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 22b024c92f..bbaa1ce050 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -95,7 +95,7 @@ Layout/EmptyLinesAroundModuleBody: - 'storefront/app/view_models/workarea/storefront/search_customization_content.rb' - 'testing/lib/workarea/testing/warning_suppressor.rb' -Layout/IndentFirstArgument: +Layout/FirstArgumentIndentation: Enabled: true Exclude: - 'admin/test/helpers/workarea/admin/releases_helper_test.rb' @@ -204,7 +204,7 @@ Layout/Tab: - 'core/vendor/active_shipping/lib/active_shipping/carriers/canada_post.rb' # Blank lines should not have any spaces. -Layout/TrailingBlankLines: +Layout/TrailingEmptyLines: Enabled: true # No trailing whitespace.