Sha256: c659c0fd6a4aca89b57d387661c654d9cad0128265a50314120aea1219d7c8ac

Contents?: true

Size: 940 Bytes

Versions: 15

Compression:

Stored size: 940 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/FirstParameterIndentation:
  Enabled: false

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

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hako-2.9.2 .rubocop.yml
hako-2.9.1 .rubocop.yml
hako-2.9.0 .rubocop.yml
hako-2.8.0 .rubocop.yml
hako-2.7.0 .rubocop.yml
hako-2.6.2 .rubocop.yml
hako-2.6.1 .rubocop.yml
hako-2.6.0 .rubocop.yml
hako-2.5.1 .rubocop.yml
hako-2.5.0 .rubocop.yml
hako-2.4.0 .rubocop.yml
hako-2.3.1 .rubocop.yml
hako-2.3.0 .rubocop.yml
hako-2.2.0 .rubocop.yml
hako-2.1.0 .rubocop.yml