Sha256: 88e7eb50c9a970e615363ea995f5ed3e36850237f98785060bd82b530c7fd348
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 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/**/*' - 'lib/templates/**/*' - 'db/**/*' - 'config/**/*' - 'vendor/**/*' - 'bin/**/*' Layout/LineLength: Max: 80 Exclude: - 'unified_settings.gemspec' Metrics/AbcSize: Max: 30 Exclude: - 'test/**/*' Metrics/BlockLength: Max: 40 Exclude: - 'unified_settings.gemspec' - 'test/**/*' 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 |
---|---|
unified_settings-0.1.1 | .rubocop.yml |
unified_settings-0.1.0 | .rubocop.yml |