Sha256: 48805fd3f3bd69b899087e8f1210ac567f2a07db4641d61dc0e1a3243c19e0d5
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 Bytes
Contents
AllCops: # rubocop 1.13.0+ requires ruby 2.5+ TargetRubyVersion: 2.5 Exclude: - 'spec/dummy/**/*' # c.f. https://github.com/rubocop-hq/rubocop/blob/v0.72.0/config/default.yml#L60-L63 - 'node_modules/**/*' - 'vendor/**/*' - '.git/**/*' NewCops: enable SuggestExtensions: false Metrics/BlockLength: Exclude: - '*.gemspec' - 'spec/**/*_spec.rb' Layout/LineLength: Max: 110 Style/Documentation: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop_auto_corrector-0.4.3 | .rubocop.yml |
rubocop_auto_corrector-0.4.2 | .rubocop.yml |