Sha256: 3ceb27338b4f4ac8734ae20d02c04cdb9a6743fcb97db3b5c7caf2b7fd6c9e7a

Contents?: true

Size: 748 Bytes

Versions: 10

Compression:

Stored size: 748 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

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

Style/TrailingCommaInLiteral:
  Enabled: false

Style/PredicateName:
  Enabled: false

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hako-1.8.2 .rubocop.yml
hako-1.8.1 .rubocop.yml
hako-1.8.0 .rubocop.yml
hako-1.7.0 .rubocop.yml
hako-1.6.2 .rubocop.yml
hako-1.6.1 .rubocop.yml
hako-1.6.0 .rubocop.yml
hako-1.5.2 .rubocop.yml
hako-1.5.1 .rubocop.yml
hako-1.5.0 .rubocop.yml