Commit c0641864 authored by Ryan Cobb's avatar Ryan Cobb

Reorder changes to .rubocop.yml

parent b623c85d
......@@ -301,6 +301,18 @@ RSpec/AnyInstanceOf:
Enabled: false
# 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:
Enabled: false
......@@ -351,16 +363,4 @@ Style/MultilineWhenThen:
Style/FloatDivision:
Enabled: false
# Cops that require refactoring
Rails/ApplicationController:
Enabled: false
Rails/ApplicationMailer:
Enabled: false
Rails/RakeEnvironment:
Enabled: false
Rails/HelperInstanceVariable:
Enabled: false
\ No newline at end of file
\ 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