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

Version Path
pub_sub_model_sync-0.4.0 .rubocop.yml
pub_sub_model_sync-0.3.1 .rubocop.yml
pub_sub_model_sync-0.3.0 .rubocop.yml
pub_sub_model_sync-0.2.4 .rubocop.yml
pub_sub_model_sync-0.2.3 .rubocop.yml
pub_sub_model_sync-0.2.2 .rubocop.yml
pub_sub_model_sync-0.2.1 .rubocop.yml
pub_sub_model_sync-0.2.0 .rubocop.yml
pub_sub_model_sync-0.1.5 .rubocop.yml
pub_sub_model_sync-0.1.4 .rubocop.yml
pub_sub_model_sync-0.1.3 .rubocop.yml
pub_sub_model_sync-0.1.2 .rubocop.yml
pub_sub_model_sync-0.1.1 .rubocop.yml
pub_sub_model_sync-0.1.0 .rubocop.yml