Sha256: 716c94ea84abee6a8bb76fabeafe67238c7fb425a77baf06fe4f4a504a5cadc8
Contents?: true
Size: 884 Bytes
Versions: 2
Compression:
Stored size: 884 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/**/*' - 'test/dummy/**/*' 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/RakeEnvironment: Exclude: - 'Rakefile' Rails/RefuteMethods: Exclude: - 'test/**/*'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unified_settings-0.2.0 | .rubocop.yml |
unified_settings-0.1.2 | .rubocop.yml |