Sha256: f05af353734492294323ffe0aef34023eb88c536ab89a5bfeaea639cde6c030d

Contents?: true

Size: 696 Bytes

Versions: 17

Compression:

Stored size: 696 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

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

Style/TrailingCommaInLiteral:
  Enabled: false

Style/PredicateName:
  Enabled: false

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hako-1.3.3 .rubocop.yml
hako-1.3.2 .rubocop.yml
hako-1.3.1 .rubocop.yml
hako-1.3.0 .rubocop.yml
hako-1.2.1 .rubocop.yml
hako-1.2.0 .rubocop.yml
hako-1.1.0 .rubocop.yml
hako-1.0.1 .rubocop.yml
hako-1.0.0 .rubocop.yml
hako-0.27.0 .rubocop.yml
hako-0.26.0 .rubocop.yml
hako-0.25.2 .rubocop.yml
hako-0.25.1 .rubocop.yml
hako-0.25.0 .rubocop.yml
hako-0.24.0 .rubocop.yml
hako-0.23.0 .rubocop.yml
hako-0.22.0 .rubocop.yml