Sha256: a924e9411218c71e8fb7543bf712f6eade6b83e793d33c42f369d19109735ad1

Contents?: true

Size: 902 Bytes

Versions: 4

Compression:

Stored size: 902 Bytes

Contents

---
AllCops:
  NewCops: enable

inherit_from: .rubocop_todo.yml

Layout:
  Enabled: true

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Lint:
  Enabled: true

Metrics:
  Severity: refactor
  Enabled: false

Layout/LineLength:
  Severity: convention

Naming:
  Enabled: true

Naming/MethodParameterName:
  MinNameLength: 1

Security:
  Enabled: true

#todo: enable
Style:
  Enabled: true

Style/FormatStringToken:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

#todo: enable
Style/StringLiterals:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

#todo: enable
Style/HashSyntax:
  Enabled: false

#todo: enable
Style/FormatString:
  Enabled: false

#todo: enable
Style/ClassVars:
  Enabled: false

#todo: enable
Style/Alias:
  Enabled: false

Style/Documentation:
  Enabled: false

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
minitest-reporters-1.7.1 .rubocop.yml
minitest-reporters-1.7.0 .rubocop.yml
minitest-reporters-1.6.1 .rubocop.yml
minitest-reporters-1.6.0 .rubocop.yml