Commit c0641864 authored by Ryan Cobb's avatar Ryan Cobb

Reorder changes to .rubocop.yml

parent b623c85d
...@@ -301,6 +301,18 @@ RSpec/AnyInstanceOf: ...@@ -301,6 +301,18 @@ RSpec/AnyInstanceOf:
Enabled: false Enabled: false
# Cops for upgrade to gitlab-styles 3.1.0 # Cops for upgrade to gitlab-styles 3.1.0
Rails/ApplicationController: # needs refactor
Enabled: false
Rails/ApplicationMailer: # needs refactor
Enabled: false
Rails/RakeEnvironment: # needs refactor
Enabled: false
Rails/HelperInstanceVariable: # needs refactor
Enabled: false
RSpec/ReceiveCounts: RSpec/ReceiveCounts:
Enabled: false Enabled: false
...@@ -351,16 +363,4 @@ Style/MultilineWhenThen: ...@@ -351,16 +363,4 @@ Style/MultilineWhenThen:
Style/FloatDivision: Style/FloatDivision:
Enabled: false Enabled: false
# Cops that require refactoring \ No newline at end of file
Rails/ApplicationController:
Enabled: false
Rails/ApplicationMailer:
Enabled: false
Rails/RakeEnvironment:
Enabled: false
Rails/HelperInstanceVariable:
Enabled: false
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment