Sha256: 1a38873a7933bd648938288da72f0099febe85963955c4229192f7a5b78267d8

Contents?: true

Size: 979 Bytes

Versions: 1

Compression:

Stored size: 979 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.6
  NewCops: disable

Layout/FirstArgumentIndentation:
  Enabled: false
Layout/LineLength:
  Enabled: false

Naming/PredicateName:
  Enabled: false
Naming/MethodParameterName:
  Enabled: false
Naming/MemoizedInstanceVariableName:
  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/SoleNestedConditional:
  Enabled: false
Style/StderrPuts:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hako-2.16.0 .rubocop.yml