Sha256: 1a2191c9e1cc91fffa6cbd526b92828b7c33eff8d0e3b9b787eb9b45bde7117e

Contents?: true

Size: 1021 Bytes

Versions: 4

Compression:

Stored size: 1021 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'
Lint/NonLocalExitFromIterator:
  Enabled: false
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

4 entries across 4 versions & 1 rubygems

Version Path
hanami-cli-2.2.0.beta1 .rubocop.yml
hanami-cli-2.1.1 .rubocop.yml
hanami-cli-2.1.0 .rubocop.yml
hanami-cli-2.1.0.rc3 .rubocop.yml