Sha256: 876ed7e1d35c6059d56cbdbf4f66132cd4abf99a3e94531ac6bdaaf3c559cf7c
Contents?: true
Size: 534 Bytes
Versions: 34
Compression:
Stored size: 534 Bytes
Contents
# This is the configuration used to check the rubocop source code. # Check out: https://github.com/bbatsov/rubocop AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'vendor/**/*' - 'spec/fixtures/**/*' - 'node_modules/**/*' - 'db/**/*' - 'db/schema.rb' - 'db/seeds.rb' - 'client/node_modules/**/*' - 'bin/**/*' - !ruby/regexp /old_and_unused\.rb$/ Metrics/LineLength: Max: 120 Style/StringLiterals: EnforcedStyle: double_quotes Style/Documentation: Enabled: false
Version data entries
34 entries across 34 versions & 1 rubygems