Sha256: fd53a493c17e210a053a1117cb9bf30d0294108ec06bccfe4392e8ad7a278dee
Contents?: true
Size: 382 Bytes
Versions: 14
Compression:
Stored size: 382 Bytes
Contents
# This is the configuration used to check the rubocop source code. AllCops: Exclude: - 'spec/spec_helper.rb' - 'Gemfile' - 'Rakefile' - 'bin/*' TargetRubyVersion: 2.3 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Style/SymbolArray: Exclude: - 'Gemfile' Style/Documentation: Enabled: false Style/RescueStandardError: EnforcedStyle: implicit
Version data entries
14 entries across 14 versions & 1 rubygems