Sha256: 37737a20c313f4d17456100f0156ba9409b4b50adca338506573ce22a6a0fccd
Contents?: true
Size: 988 Bytes
Versions: 9
Compression:
Stored size: 988 Bytes
Contents
require: - 'rubocop-performance' - 'rubocop-rails' - 'rubocop-minitest' - 'rubocop-rake' AllCops: NewCops: enable # Don't run rubocop on these files/directories Exclude: - '**/templates/**/*' - '**/vendor/**/*' - 'actionpack/lib/action_dispatch/journey/parser.rb' - 'lib/templates/**/*' - 'db/**/*' - 'config/**/*' - 'vendor/**/*' - 'bin/**/*' - 'node_modules/**/*' Layout/LineLength: Max: 80 Exclude: - 'lib/hierarchable/hierarchable.rb' Metrics/AbcSize: Max: 30 Exclude: - 'test/**/*' Metrics/BlockLength: Max: 40 Exclude: - 'hierarchable.gemspec' - 'lib/hierarchable/hierarchable.rb' - 'test/**/*' Metrics/ClassLength: Max: 150 Exclude: - 'test/**/*' Metrics/MethodLength: Max: 35 Exclude: - 'test/**/*' Metrics/ModuleLength: Max: 100 Exclude: - 'lib/hierarchable/hierarchable.rb' Minitest/MultipleAssertions: Max: 10 Rails/RefuteMethods: Exclude: - 'test/**/*'
Version data entries
9 entries across 9 versions & 1 rubygems