Sha256: 3b0f030721d276fd5dd1032310fb045ab05a2ac35831e5b0ee46c6ed8f7cd9bc

Contents?: true

Size: 973 Bytes

Versions: 6

Compression:

Stored size: 973 Bytes

Contents

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
AllCops:
  SuggestExtensions: false
inherit_from:
  - https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
Layout/LineLength:
  Exclude:
    - Gemfile
    - 'spec/**/*.rb'
Lint/DuplicateBranch:
  Enabled: false
Lint/EmptyFile:
  Exclude:
    - 'spec/fixtures/**/*.rb'
Naming/HeredocDelimiterNaming:
  Enabled: false
Naming/MethodParameterName:
  AllowedNames:
    - fs
Naming/RescuedExceptionsVariableName:
  Enabled: false
Style/AccessorGrouping:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false
Style/CommentedKeyword:
  Enabled: false
Style/EmptyHeredoc:
  Enabled: false
Style/IdenticalConditionalBranches:
  Enabled: false
Style/LambdaCall:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false
Style/StringConcatenation:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hanami-cli-2.1.0.rc2 .rubocop.yml
hanami-cli-2.1.0.rc1 .rubocop.yml
hanami-cli-2.1.0.beta2 .rubocop.yml
hanami-cli-2.1.0.beta1 .rubocop.yml
hanami-cli-2.0.3 .rubocop.yml
hanami-cli-2.0.2 .rubocop.yml