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