Sha256: c5e53ff674bf30e52dfa3436b05fbb3ed87b858fc6dcd5717db4fab0386bdae8

Contents?: true

Size: 466 Bytes

Versions: 7

Compression:

Stored size: 466 Bytes

Contents

inherit_gem:
  rubocop-config-umbrellio: lib/rubocop.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 3.1
  SuggestExtensions: false

Naming/MethodParameterName:
  AllowedNames: ["x", "y", "z"]

RSpec/EmptyLineAfterHook:
  Enabled: false

Naming/FileName:
  Exclude:
    - lib/umbrellio-utils.rb

Naming/RescuedExceptionsVariableName:
  Enabled: false

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

Naming/VariableNumber:
  CheckSymbols: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
umbrellio-utils-1.6.0 .rubocop.yml
umbrellio-utils-1.5.5 .rubocop.yml
umbrellio-utils-1.5.4 .rubocop.yml
umbrellio-utils-1.5.3 .rubocop.yml
umbrellio-utils-1.5.2 .rubocop.yml
umbrellio-utils-1.5.1 .rubocop.yml
umbrellio-utils-1.5.0 .rubocop.yml