Sha256: f687a6e3f5e37b5eb81d5b36b8d0d0691d8cdbd829af09f1a5b7bec596b7cdea

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

---
require:
  - rubocop-minitest
  - rubocop-performance

Bundler/OrderedGems:
  Enabled: false

Layout/IndentationConsistency:
  Enabled: true
  EnforcedStyle: indented_internal_methods

Layout/LineLength:
  Enabled: true
  Max: 80

Metrics/MethodLength:
  Enabled: true
  CountAsOne: ['array', 'hash']

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes
...

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itax_code-0.1.3 .rubocop.yml
itax_code-0.1.2 .rubocop.yml