Sha256: 4f034b2bc93189281bf517f3d5d44430c798cf8bff2e33e4a25f1bc8d5276315
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - '*.gemspec' - 'spec/dummy-*/**/*' - 'gemfiles/*.gemfile' Bundler/OrderedGems: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/CaseIndentation: EnforcedStyle: end Layout/DotPosition: EnforcedStyle: trailing Layout/EndAlignment: EnforcedStyleAlignWith: variable Layout/IndentFirstHashElement: EnforcedStyle: consistent Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/Encoding: Enabled: false Style/FormatStringToken: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: Enabled: false Style/ParallelAssignment: Enabled: false Style/SafeNavigation: Enabled: false Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SymbolArray: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dump-1.2.2 | .rubocop.yml |
dump-1.2.1 | .rubocop.yml |