Sha256: f85ea05962f5c8a27544a7de5837d172d35a4a56bf541adf90a541e1c95e4506
Contents?: true
Size: 1.01 KB
Versions: 11
Compression:
Stored size: 1.01 KB
Contents
AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - bin/**/* - db/**/* - config/**/* - script/**/* - db/schema.rb - bundle/**/* Style/MultilineOperationIndentation: EnforcedStyle: indented Style/Documentation: Enabled: false Style/WhileUntilModifier: MaxLineLength: 120 Exclude: - spec/**/* Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space EnforcedStyleForEmptyBraces: no_space Style/MultilineBlockChain: Enabled: true Style/DotPosition: EnforcedStyle: trailing Enabled: true Style/SingleLineMethods: AllowIfMethodIsEmpty: false Style/NumericLiterals: Enabled: false #Style/TrailingComma: # # If EnforcedStyleForMultiline is comma, the cop allows a comma after the # # last item of a list, but only for lists where each item is on its own line. # EnforcedStyleForMultiline: comma Metrics/LineLength: Max: 120 Enabled: true Exclude: - spec/**/* Metrics/MethodLength: CountComments: false # count full line comments? Max: 30
Version data entries
11 entries across 11 versions & 1 rubygems