Sha256: d2fc0ef6e5549edfd1448b4f18769763f5cbfdf997d01d644fcc7b6ceaf571a6
Contents?: true
Size: 739 Bytes
Versions: 11
Compression:
Stored size: 739 Bytes
Contents
AllCops: Exclude: - "**/*/schema.rb" - Gemfile.lock - node_modules/**/* - tmp/**/* - vendor/**/* NewCops: enable Layout/LineLength: Exclude: - config/routes.rb - config/routes/* Max: 120 Metrics/AbcSize: Exclude: - db/migrate/**/* Metrics/BlockLength: Exclude: - "*.gemspec" - Gemfile - config/routes.rb - config/routes/* - db/migrate/**/* - spec/**/* - test/**/* Metrics/ClassLength: Exclude: - db/migrate/**/* - spec/**/* - test/**/* Metrics/MethodLength: Exclude: - db/migrate/**/* - spec/**/* - test/**/* Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
11 entries across 11 versions & 1 rubygems