Sha256: 0d87a6f3ae05e7029aaf2d8cb80691ecb53b129a3190f163c7832f11d3a2d919

Contents?: true

Size: 683 Bytes

Versions: 5

Compression:

Stored size: 683 Bytes

Contents

AllCops:
  Include:
    - 'lib/**/*.rb'
    - 'lib/**/*.rake'
    - 'spec/**/*.rb'
    - 'Gemfile'
    - 'Rakefile'
  Exclude:
    - 'bin/**/*'
    - 'spec/dummy/**/*'
    - 'tmp/**/*'
    - 'gemfiles/vendor/**/*'
    - 'vendor/**/*'
  DisplayCopNames: true
  StyleGuideCopsOnly: false
  TargetRubyVersion: 2.2

Style/Documentation:
  Exclude:
    - 'spec/**/*.rb'

Style/StringLiterals: 
  Enabled: false

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*.rb'

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

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

Metrics/LineLength:
  Max: 100

Bundler/OrderedGems:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
anyway_config-1.2.0 .rubocop.yml
anyway_config-1.1.3 .rubocop.yml
anyway_config-1.1.2 .rubocop.yml
anyway_config-1.1.1 .rubocop.yml
anyway_config-1.1.0 .rubocop.yml