Sha256: 133cd0263fd1c66ad45f58dbd094c9b83d9bbc985a3155c5331dec482c8ae5d7

Contents?: true

Size: 393 Bytes

Versions: 8

Compression:

Stored size: 393 Bytes

Contents

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

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.6

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

8 entries across 8 versions & 1 rubygems

Version Path
umbrellio-utils-0.4.3 .rubocop.yml
umbrellio-utils-0.4.2 .rubocop.yml
umbrellio-utils-0.4.1 .rubocop.yml
umbrellio-utils-0.4.0 .rubocop.yml
umbrellio-utils-0.3.2 .rubocop.yml
umbrellio-utils-0.3.1 .rubocop.yml
umbrellio-utils-0.3.0 .rubocop.yml
umbrellio-utils-0.2.0 .rubocop.yml