Sha256: cdcfd8befc86e2f3b06739859c2ace7a0809ebf9319bee827a7adba9a147bcc1
Contents?: true
Size: 1.03 KB
Versions: 8
Compression:
Stored size: 1.03 KB
Contents
AllCops: Exclude: - '*.gemspec' - Vagrantfile Lint/EndAlignment: AlignWith: variable Metrics/MethodLength: Max: 15 Style/AccessModifierIndentation: EnforcedStyle: outdent Style/Alias: EnforcedStyle: prefer_alias_method Style/CaseIndentation: IndentWhenRelativeTo: end Style/DotPosition: EnforcedStyle: trailing Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/Encoding: EnforcedStyle: when_needed Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: MaxLineLength: 40 Style/IndentHash: EnforcedStyle: consistent Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma
Version data entries
8 entries across 8 versions & 1 rubygems