Sha256: 9f8ac850f600d978d5d5f86201ccb608b5363a14f0563fa69f8e029b52b94717
Contents?: true
Size: 839 Bytes
Versions: 2
Compression:
Stored size: 839 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 Metrics/AbcSize: Max: 30 Exclude: - 'test/**/*' Metrics/BlockLength: Max: 40 Exclude: - 'test/**/*' - 'schnecke.gemspec' Metrics/ClassLength: Max: 150 Exclude: - 'test/**/*' Metrics/MethodLength: Max: 35 Exclude: - 'test/**/*' Metrics/ModuleLength: Max: 100 Minitest/MultipleAssertions: Max: 10 Rails/RefuteMethods: Exclude: - 'test/**/*'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
schnecke-0.2.0 | .rubocop.yml |
schnecke-0.1.0 | .rubocop.yml |