Sha256: 105d18d9aa7c01d255211ca1c5e36ce1d96d86fdc92c6357593e2ebc44ca768d

Contents?: true

Size: 738 Bytes

Versions: 2

Compression:

Stored size: 738 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.3

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

Naming/MemoizedInstanceVariableName:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
anyway_config-1.3.1 .rubocop.yml
anyway_config-1.3.0 .rubocop.yml