Sha256: 0767742718806b80baed23a7a030f4e8437cb49b8c50e8264b95b6ef8c8874ee

Contents?: true

Size: 770 Bytes

Versions: 5

Compression:

Stored size: 770 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/ClassLength:
  Max: 140

Metrics/LineLength:
  Max: 100

Bundler/OrderedGems:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
anyway_config-1.4.4 .rubocop.yml
anyway_config-1.4.3 .rubocop.yml
anyway_config-1.4.2 .rubocop.yml
anyway_config-1.4.1 .rubocop.yml
anyway_config-1.4.0 .rubocop.yml