Skip to content

Commit

Permalink
Update cops names for newest version of rubocop
Browse files Browse the repository at this point in the history
No changelog
  • Loading branch information
Ben Crouse committed Dec 4, 2019
1 parent d7b6cba commit 260ace0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 260ace0

Please sign in to comment.