Tweak Rubocop config

This commit is contained in:
Elliot Winkler 2019-03-17 15:22:43 -07:00
parent b3d6489546
commit 9982926beb
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ Naming/AsciiIdentifiers:
Enabled: false
Naming/BinaryOperatorParameterName:
Enabled: false
Naming/MemoizedInstanceVariableName:
EnforcedStyleForLeadingUnderscores: required
Naming/PredicateName:
Enabled: false
Style/ClassVars:
Enabled: false
Style/ColonMethodCall: