Sha256: d16b1d4468ef7abbd7ccd48fd7c8cf6307632ec2ac8c1e862235da9545712186
Contents?: true
Size: 558 Bytes
Versions: 8
Compression:
Stored size: 558 Bytes
Contents
# This is the configuration used to check the rubocop source code. # Check out: https://github.com/bbatsov/rubocop AllCops: DisplayCopNames: true 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
8 entries across 8 versions & 1 rubygems