Sha256: d1b37e9337984e29c2a68cb9b294ad8756779650081983fac84a11964f7d390a
Contents?: true
Size: 998 Bytes
Versions: 6
Compression:
Stored size: 998 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: CountAsOne: ["array", "hash"] Exclude: - "*.gemspec" - Gemfile - config/environments/* - config/routes.rb - config/routes/* - db/migrate/**/* - lib/tasks/**/* - spec/**/* - test/**/* Metrics/ClassLength: CountAsOne: ["array", "hash"] Exclude: - db/migrate/**/* - spec/**/* - test/**/* Metrics/MethodLength: CountAsOne: ["array", "heredoc", "hash"] Exclude: - db/migrate/**/* - spec/**/* - test/**/* Metrics/ModuleLength: CountAsOne: ["array", "hash"] Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
6 entries across 6 versions & 1 rubygems