lint: tweak some cops
Change-Id: I185cc5dbfaafe64f74a511aac1ab9b94bae38d63 Reviewed-on: https://gerrit.instructure.com/98776 Reviewed-by: Cody Cutrer <cody@instructure.com> Tested-by: Jenkins Product-Review: Simon Williams <simon@instructure.com> QA-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
parent
321a9f9271
commit
f5c30b623d
|
@ -108,6 +108,9 @@ Style/VariableNumber:
|
|||
Enabled: false
|
||||
Style/SpaceInLambdaLiteral:
|
||||
Enabled: false
|
||||
# We may want to enable this when we start working toward Ruby 3
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: false
|
||||
|
||||
# this isn't good for us because of how we pin dependencies
|
||||
Bundler/OrderedGems:
|
||||
|
@ -165,9 +168,13 @@ RSpec/InstanceVariable:
|
|||
Enabled: false
|
||||
RSpec/ExampleWording:
|
||||
Enabled: false
|
||||
RSpec/ExampleLength:
|
||||
Max: 16
|
||||
RSpec/DescribedClass:
|
||||
Enabled: false
|
||||
RSpec/DescribeClass:
|
||||
Enabled: false
|
||||
Style/HashSyntax:
|
||||
Enabled: false
|
||||
RSpec/MultipleExpectations:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in New Issue