rubocop: disable Lint/RedundantCopDisableDirective temporarily
it's removing disable directives that need to be there Change-Id: Iecff7d5559742af834946a6d9223fd24634baa90 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/279693 Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
08be1ac87a
commit
a2a70c0b81
|
@ -40,6 +40,8 @@ Lint/NoSleep:
|
|||
Severity: warning # intended for specs; not enforced
|
||||
Lint/NonLocalExitFromIterator:
|
||||
Enabled: false # SnR is too low because of how often this construct is used
|
||||
Lint/RedundantCopDisableDirective:
|
||||
Enabled: false # can't have this enabled until https://github.com/rubocop/rubocop/issues/10263
|
||||
Lint/SafeNavigationConsistency:
|
||||
Enabled: false # https://github.com/rubocop/rubocop/issues/9816
|
||||
Lint/UnusedBlockArgument:
|
||||
|
|
Loading…
Reference in New Issue