Sha256: 03249dd85b248b19846464dd351cffbc137b5ccdd32b8e1f0f6121980765fdf5
Contents?: true
Size: 746 Bytes
Versions: 11
Compression:
Stored size: 746 Bytes
Contents
AllCops: Include: - 'config.ru' - 'Rakefile' Exclude: - 'Gemfile' - 'bin/**/*' - 'data/**/*' - 'db/schema.rb' - 'vendor/**/*' DisplayCopNames: true Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/AbcSize: Max: 20 Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 25 Metrics/LineLength: Max: 100 Metrics/BlockLength: Max: 100 Style/AndOr: EnforcedStyle: conditionals Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%i': '[]' '%w': '[]' '%W': '[]' Style/StringLiterals: EnforcedStyle: single_quotes
Version data entries
11 entries across 11 versions & 1 rubygems