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:
Simon Williams 2017-01-04 10:51:58 -07:00
parent 321a9f9271
commit f5c30b623d
1 changed files with 7 additions and 0 deletions

View File

@ -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