Sha256: e43a3b87d7fe4144d016e2ad0f416fb9026adb3830cee17acd3fe37c34074780
Contents?: true
Size: 470 Bytes
Versions: 26
Compression:
Stored size: 470 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/*' - 'samples/**/*' 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
26 entries across 26 versions & 1 rubygems