Sha256: 48c5ab8e574b935527340c945ab271e8780d2166a9a673aa035bb78783161dcf
Contents?: true
Size: 1.07 KB
Versions: 12
Compression:
Stored size: 1.07 KB
Contents
AllCops: Exclude: - "**/*/schema.rb" - Gemfile.lock - node_modules/**/* - tmp/**/* - vendor/**/* NewCops: enable Boxt/ApiPathFormat: Description: 'Ensure that the API path uses kebab case' Enabled: false 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
12 entries across 12 versions & 1 rubygems