Sha256: 71bfdd9cfbb5ceeba485689ab7ea237d6ef99a2cde0ad47b01efe1abda31db6b

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

---
#AllCops:
#  DisabledByDefault: true

Layout:
  Enabled: true

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Lint:
  Enabled: true

Metrics:
  Severity: refactor
  Enabled: false

Metrics/LineLength:
  Severity: convention
  Max: 130

Naming:
  Enabled: true

Naming/UncommunicativeMethodParamName:
  MinNameLength: 1

Performance:
  Enabled: true

Rails:
  Enabled: false

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

6 entries across 6 versions & 2 rubygems

Version Path
minitest-reporters-1.3.6 .rubocop.yml
nullifyable-0.1.0 vendor/bundle/gems/minitest-reporters-1.3.5/.rubocop.yml
minitest-reporters-1.3.5 .rubocop.yml
minitest-reporters-1.3.5.beta1 .rubocop.yml
minitest-reporters-1.3.4 .rubocop.yml
minitest-reporters-1.3.3 .rubocop.yml