Sha256: df32bbb033bff350d34438f4ca4d5026d66abb83f42379786c5b0a6ffd762d8e

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false

require:
  - rubocop-performance
  - rubocop-rspec

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*_spec.rb

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

Metrics/MethodLength:
  Max: 20

Metrics/ParameterLists:
  Max: 6

Naming/MethodName:
  IgnoredPatterns:
    - toList
    - inVLabel
    - outVLabel
    - inV
    - outV

Naming/VariableName:
  AllowedIdentifiers:
    - inV
    - outV
    - inVLabel
    - outVLabel

Naming/MethodParameterName:
  AllowedNames:
    - id
    - inV
    - outV
    - inVLabel
    - outVLabel

RSpec/NamedSubject:
  Enabled: false

RSpec/NestedGroups:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/DescribeClass:
  Enabled: false

Style/WordArray:
  Exclude:
    - spec/**/*_spec.rb

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
grumlin-0.13.1 .rubocop.yml
grumlin-0.13.0 .rubocop.yml
grumlin-0.12.5 .rubocop.yml
grumlin-0.12.4 .rubocop.yml
grumlin-0.12.3 .rubocop.yml
grumlin-0.12.2 .rubocop.yml
grumlin-0.12.1 .rubocop.yml
grumlin-0.12.0 .rubocop.yml
grumlin-0.11.0 .rubocop.yml
grumlin-0.10.1 .rubocop.yml
grumlin-0.10.0 .rubocop.yml
grumlin-0.9.0 .rubocop.yml
grumlin-0.8.0 .rubocop.yml
grumlin-0.7.0 .rubocop.yml
grumlin-0.6.2 .rubocop.yml
grumlin-0.6.1 .rubocop.yml
grumlin-0.6.0 .rubocop.yml
grumlin-0.5.1 .rubocop.yml
grumlin-0.5.0 .rubocop.yml