Skip to content

Instantly share code, notes, and snippets.

@frullah
Created July 30, 2020 19:45
Show Gist options
  • Save frullah/9d0840a5241cd1cbe20491060de0d206 to your computer and use it in GitHub Desktop.
Save frullah/9d0840a5241cd1cbe20491060de0d206 to your computer and use it in GitHub Desktop.
rubocop 0.88.0 fix warning
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: false
Layout/SpaceAroundMethodCallOperator:
Enabled: false
Lint/DeprecatedOpenSSLConstant:
Enabled: false
Lint/DuplicateElsifCondition:
Enabled: false
Lint/MixedRegexpCaptureTypes:
Enabled: false
Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
Style/AccessorGrouping:
Enabled: false
Style/ArrayCoercion:
Enabled: false
Style/BisectedAttrAccessor:
Enabled: false
Style/CaseLikeIf:
Enabled: false
Style/ExponentialNotation:
Enabled: false
Style/HashAsLastArrayItem:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashLikeCase:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false
Style/RedundantAssignment:
Enabled: false
Style/RedundantFetchBlock:
Enabled: false
Style/RedundantFileExtensionInRequire:
Enabled: false
Style/RedundantRegexpCharacterClass:
Enabled: false
Style/RedundantRegexpEscape:
Enabled: false
Style/SlicingWithRange:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment