Sha256: e71d68d7951712a9b8be7abbe4041ffc40805a820873b3b4eb2c6f3c4ab44e14
Contents?: true
Size: 1.04 KB
Versions: 11
Compression:
Stored size: 1.04 KB
Contents
AllCops: TargetRubyVersion: 2.3 Style/StringLiterals: EnforcedStyle: double_quotes Style/DoubleNegation: Enabled: false Style/AndOr: EnforcedStyle: conditionals Style/SymbolArray: Enabled: false Style/SafeNavigation: Enabled: false Layout/IndentHeredoc: Enabled: false Layout/FirstParameterIndentation: EnforcedStyle: consistent Rails/DynamicFindBy: Enabled: false Layout/EmptyLines: Enabled: false Style/NumericLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Documentation: Enabled: false Metrics/LineLength: Exclude: - spec/**/* Max: 120 Metrics/BlockLength: Exclude: - 'Rakefile' - 'spec/**/*.rb' Lint/AmbiguousBlockAssociation: Exclude: - "spec/**/*" Layout/MultilineMethodCallIndentation: Enabled: true EnforcedStyle: indented SupportedStyles: - aligned - indented Metrics/AbcSize: Enabled: true Max: 20 Metrics/MethodLength: Enabled: true CountComments: false Max: 20 Exclude: - "spec/**/*"
Version data entries
11 entries across 11 versions & 1 rubygems