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