Sha256: 7317b7f642d6e80cb87220e20c3494e9d7a3b82eb9c48594a36d3d44a363286f

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

# This is the configuration used to check the rubocop source code.

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - 'spec/spec_helper.rb'
    - 'Gemfile'
    - 'Rakefile'
    - 'bin/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Layout/LineLength:
  Max: 80

Style/SymbolArray:
  Exclude:
    - 'Gemfile'

Style/Documentation:
  Enabled: false

Style/RescueStandardError:
  EnforcedStyle: implicit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pub_sub_model_sync-0.4.2.1 .rubocop.yml