Sha256: f25cd897ce002a016c6a49f35c65b4f15a14ba028b605aa7dca39b547008d93e

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
  - https://raw.githubusercontent.com/hanami/devtools/master/.rubocop.yml
AllCops:
  Exclude:
    - "examples/**/*"
    - "vendor/**/*"
    - "spec/support/**/*"
    - "**/*.gemspec"
Style/IndentHeredoc:
  Enabled: true
Style/MixinGrouping:
  Exclude:
    - "spec/support/**/*"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kan-0.4.0 .rubocop.yml