Sha256: 8a390609671a56504235ab1631a71f8cb1cb046b1f19e838be911050b9b3e471

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Bundler/OrderedGems:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Layout/EmptyLineBetweenDefs:
  Enabled: true
  AllowAdjacentOneLineDefs: true

Layout/IndentationConsistency:
  Enabled: true
  EnforcedStyle: indented_internal_methods

Layout/LineLength:
  Enabled: true
  Max: 100

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - 'rakelib/**/*'

Metrics/ClassLength:
  Enabled: true
  Exclude:
    - 'test/**/*'

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

Style/Documentation:
  Enabled: false

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itax_code-0.4.1 .rubocop.yml