Sha256: 7a02fda120c24174881c0c475d3816b92ed96f61c3175c7af7525fca03114995
Contents?: true
Size: 1.1 KB
Versions: 40
Compression:
Stored size: 1.1 KB
Contents
Style/AlignHash: EnforcedHashRocketStyle: table EnforcedColonStyle: table AutoCorrect: true Style/IndentationConsistency: EnforcedStyle: rails Style/StringLiterals: ConsistentQuotesInMultiline: true Metrics/ClassLength: CountComments: false Max: 500 Metrics/ModuleLength: CountComments: false Max: 500 Lint/EndAlignment: AutoCorrect: true Lint/DefEndAlignment: AutoCorrect: true Rails: Enabled: true Style/AutoResourceCleanup: Description: 'Suggests the usage of an auto resource cleanup version of a method (if available).' Enabled: true Metrics/MethodLength: CountComments: false # count full line comments? Max: 40 Style/StringLiterals: EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: single_quotes NumericLiterals: Enabled: false Metrics/LineLength: Max: 160 Documentation: Enabled: false Lint/Debugger: # Easy deletion of all debugger breakpoints. false for debug Enabled: true AllCops: Exclude: - 'bin/**/*' - 'vendor/**/*' - 'log/**/*' TargetRubyVersion: 2.3 Metrics/AbcSize: Max: 30 inherit_from: .rubocop_todo.yml
Version data entries
40 entries across 40 versions & 1 rubygems