Sha256: 4ce3d128148851c632f8e73519120572e56dd86745226724b29ec69f3309cdb2

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# https://docs.rubocop.org/rubocop/cops

### Bundler

Bundler/OrderedGems:
  Enabled: false

### Gemspec

Gemspec/OrderedDependencies:
  Enabled: false

### Layout

Layout:
  Enabled: false

### Lint

Lint/AmbiguousBlockAssociation:
  Enabled: false
Lint/AmbiguousOperator:
  Enabled: false
Lint/AmbiguousRegexpLiteral:
  Enabled: false
Lint/AssignmentInCondition:
  Enabled: false
Lint/EmptyWhen:
  Enabled: false
Lint/Loop:
  Enabled: false
Lint/RedundantCopDisableDirective:
  Enabled: false
Lint/UnusedBlockArgument:
  Enabled: false
Lint/UnusedMethodArgument:
  Enabled: false

### Metrics

Metrics/AbcSize:
  Max: 50
Metrics/BlockLength:
  Max: 50
  CountAsOne: ['array', 'hash', 'heredoc']
  Exclude:
    # Rake
    - '**/Rakefile'
    - '**/*.rake'
    # RSpec
    - 'spec/**/*.rb'
    # Rails
    - 'config/routes.rb'
Metrics/BlockNesting:
  Max: 10
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/MethodLength:
  Max: 100
  CountAsOne: ['array', 'hash', 'heredoc']
Metrics/ModuleLength:
  Max: 300
  CountAsOne: ['array', 'hash', 'heredoc']
Metrics/ParameterLists:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 30

### Naming

Naming:
  Enabled: false

### Style

Style:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
meowcop-3.2.0 config/rubocop.yml
meowcop-3.1.0 config/rubocop.yml
meowcop-3.0.1 config/rubocop.yml