Sha256: 606b861188106837218345ce8224d72c3aa079a9453f7c0678cdcea8a85abaf8

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

# inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6.6
  DisplayCopNames: true
  Exclude:
    - 'db/schema.rb'
    - 'bin/**/*'

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Layout/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

# Metrics/BlockLength:
#   Enabled: false

Naming/VariableNumber:
  EnforcedStyle: snake_case

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
paychex-0.3.3 .rubocop.yml
paychex-0.3.2 .rubocop.yml
paychex-0.3.1 .rubocop.yml
paychex-0.3.0 .rubocop.yml
paychex-0.2.2 .rubocop.yml
paychex-0.2.1 .rubocop.yml
paychex-0.2.0 .rubocop.yml
paychex-0.1.1 .rubocop.yml