Sha256: 8442dfeeee8e4eb26864e5e12ce9eb57c5b8209326a11451baafc21e9b291bcd
Contents?: true
Size: 449 Bytes
Versions: 19
Compression:
Stored size: 449 Bytes
Contents
# This is the configuration used to check the rubocop source code. AllCops: TargetRubyVersion: 2.6 Exclude: - 'spec/spec_helper.rb' - 'Gemfile' - 'Rakefile' - 'bin/*' Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Layout/LineLength: Max: 120 Style/SymbolArray: Exclude: - 'Gemfile' Lint/MissingSuper: Enabled: false Style/Documentation: Enabled: false Style/RescueStandardError: EnforcedStyle: implicit
Version data entries
19 entries across 19 versions & 1 rubygems