Sha256: 80db8b59cd73ec5167a2b74f6bb45d3d94d9870cedc553a37599bb42a17c18c6
Contents?: true
Size: 1.33 KB
Versions: 9
Compression:
Stored size: 1.33 KB
Contents
AllCops: DisabledByDefault: true Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/SpaceBeforeBlockBraces: Enabled: true EnforcedStyle: 'space' Style/SpaceInsideBrackets: Enabled: true Style/SpaceInsideHashLiteralBraces: Enabled: true Style/SpaceInsideBlockBraces: Enabled: true Style/SpaceAroundEqualsInParameterDefault: Enabled: true Style/SpaceBeforeComma: Enabled: false Style/SpaceAroundOperators: Enabled: true Style/SpaceAfterComma: Enabled: true Style/ExtraSpacing: Enabled: true AllowForAlignment: true Lint/DuplicateMethods: Enabled: true Metrics/LineLength: Enabled: true Max: 200 AllowHeredoc: true AllowURI: true URISchemes: http, https Metrics/MethodLength: Enabled: true Max: 25 Metrics/ClassLength: Enabled: true Max: 160 Metrics/ModuleLength: Enabled: true Max: 160 Style/ClassAndModuleChildren: EnforcedStyle: compact Exclude: - lib/sidekiq/merger/version.rb Rails/PluralizationGrammar: Enabled: true Style/AlignArray: Enabled: true Style/AlignHash: Enabled: true Style/BlockEndNewline: Enabled: false Style/DoubleNegation: Enabled: false Metrics/AbcSize: Max: 60 Metrics/CyclomaticComplexity: Max: 12 Metrics/PerceivedComplexity: Max: 12
Version data entries
9 entries across 9 versions & 1 rubygems