Sha256: e39e580fb7d8fa7946967eac2212886bf5c410717d0962fc157f56a88690cbe7

Contents?: true

Size: 631 Bytes

Versions: 16

Compression:

Stored size: 631 Bytes

Contents

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
  - https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
Layout/LineLength:
  Exclude:
    - Gemfile
Naming/MethodParameterName:
  AllowedNames:
    - fs
Naming/HeredocDelimiterNaming:
  Enabled: false
Style/AccessorGrouping:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false
Style/CommentedKeyword:
  Enabled: false
Style/LambdaCall:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hanami-rspec-2.2.1 .rubocop.yml
hanami-rspec-2.2.0 .rubocop.yml
hanami-rspec-2.2.0.rc1 .rubocop.yml
hanami-rspec-2.2.0.beta2 .rubocop.yml
hanami-rspec-2.2.0.beta1 .rubocop.yml
hanami-rspec-2.1.0 .rubocop.yml
hanami-rspec-2.1.0.rc2 .rubocop.yml
hanami-rspec-2.1.0.rc1 .rubocop.yml
hanami-rspec-2.1.0.beta1 .rubocop.yml
hanami-rspec-2.0.1 .rubocop.yml
hanami-rspec-2.0.0 .rubocop.yml
hanami-rspec-2.0.0.rc1 .rubocop.yml
hanami-rspec-3.11.0.beta4 .rubocop.yml
hanami-rspec-3.11.0.beta3 .rubocop.yml
hanami-rspec-3.11.0.beta2 .rubocop.yml
hanami-rspec-3.11.0.beta1 .rubocop.yml