Sha256: 34f4a32763ff2dfd9294b08d60acc180cae2573e38f0ff97ab7117fe5872aef0

Contents?: true

Size: 774 Bytes

Versions: 7

Compression:

Stored size: 774 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/FirstParameterIndentation:
  Enabled: false

Naming/PredicateName:
  Enabled: false

Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/GuardClause:
  Enabled: false
Style/HashSyntax:
  Exclude:
    - 'Rakefile'
Style/IfUnlessModifier:
  Enabled: false
Style/Next:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': '[]'
    '%i': '[]'
Style/RaiseArgs:
  EnforcedStyle: compact
Style/SignalException:
  Enabled: false
Style/StderrPuts:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInLiteral:
  Enabled: false

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hako-2.0.4 .rubocop.yml
hako-2.0.3 .rubocop.yml
hako-2.0.2 .rubocop.yml
hako-2.0.1 .rubocop.yml
hako-2.0.0 .rubocop.yml
hako-1.9.0 .rubocop.yml
hako-1.8.4 .rubocop.yml