Sha256: 7b59a0a3a84407e8e2074883b6b63b4b024799f05773279742c7de683794b1fd

Contents?: true

Size: 645 Bytes

Versions: 7

Compression:

Stored size: 645 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

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/TrailingCommaInArguments:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Style/PredicateName:
  Enabled: false

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hako-0.21.1 .rubocop.yml
hako-0.21.0 .rubocop.yml
hako-0.20.3 .rubocop.yml
hako-0.20.2 .rubocop.yml
hako-0.20.1 .rubocop.yml
hako-0.20.0 .rubocop.yml
hako-0.19.0 .rubocop.yml