Sha256: 7ff801ecf35d21eba7e79c8e961e94f0e809b5229148425a2174daf1b45647ba
Contents?: true
Size: 508 Bytes
Versions: 7
Compression:
Stored size: 508 Bytes
Contents
--- AllCops: DisplayCopNames: true Exclude: - "bin/*" - "Gemfile" - "tmp/**/*" - "vendor/**/*" Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: no_comma Style/StringLiterals: EnforcedStyle: double_quotes Style/Documentation: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/EmptyLineAfterGuardClause: Enabled: false Metrics/BlockLength: Exclude: - "spec/**/*" - "*.gemspec" Style/DoubleNegation: Enabled: false
Version data entries
7 entries across 7 versions & 1 rubygems