Sha256: 2f0268a9438924a843f7b35fd331df0f0ca564a07ee3e2610ba46e41394f3670

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

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
Style/ZeroLengthPredicate:
  Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
hanami-cli-2.2.1 .rubocop.yml
hanami-cli-2.2.0 .rubocop.yml
hanami-cli-2.2.0.rc1 .rubocop.yml
hanami-cli_bulma-0.0.2 .rubocop.yml
hanami-cli_bulma-0.0.1 .rubocop.yml
hanami-cli-2.2.0.beta2 .rubocop.yml