Sha256: 1c356084b214d7e6c6ce9788692c1df8ff19bdcd743432e541230a9dc7ae3068
Contents?: true
Size: 608 Bytes
Versions: 17
Compression:
Stored size: 608 Bytes
Contents
Rails: Enabled: true Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 20 Metrics/ClassLength: Max: 220 Metrics/AbcSize: Max: 35 Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false # allow multiline `expect { ... }.to do_something` Style/BlockDelimiters: Exclude: - 'spec/**/*' # specs tend to get long Metrics/BlockLength: Exclude: - 'spec/**/*' Rails/ApplicationRecord: Exclude: - 'spec/**/*' Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma
Version data entries
17 entries across 17 versions & 5 rubygems