Sha256: 6801c9c8167e31ba4feececccbd86e4dbd34a613554b689647d783da3b7593d0
Contents?: true
Size: 816 Bytes
Versions: 71
Compression:
Stored size: 816 Bytes
Contents
AllCops: DisplayCopNames: true TargetRubyVersion: 2.1 Lint: Enabled: false Metrics: Enabled: false Performance: Enabled: false Style: Enabled: false # Configured cops Layout/CaseIndentation: EnforcedStyle: end Layout/FirstParameterIndentation: EnforcedStyle: consistent Layout/IndentArray: EnforcedStyle: consistent Layout/IndentHash: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Lint/EndAlignment: EnforcedStyleAlignWith: variable # # Disabled cops # Layout/AlignHash: Enabled: false Layout/AlignParameters: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/SpaceInsideBlockBraces: Enabled: false
Version data entries
71 entries across 71 versions & 3 rubygems