Sha256: 02f591898f4dffc28923b65bd8c626df3bb58eb69d33696b1486db8a099146e3

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

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

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.7

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
umbrellio-utils-0.5.1 .rubocop.yml
umbrellio-utils-0.5.0 .rubocop.yml