Sha256: f6710df8d753337fca0ad8842db062c65d56e28040e9c567140f26642e0e546e
Contents?: true
Size: 778 Bytes
Versions: 40
Compression:
Stored size: 778 Bytes
Contents
AllCops: Exclude: - "**/*/schema.rb" - Gemfile.lock - node_modules/**/* - tmp/**/* - vendor/**/* NewCops: enable Layout/ClassStructure: Enabled: true 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
40 entries across 40 versions & 1 rubygems