Sha256: 66e1bde19b26ca4238cab48cc7ff51ee39da4e3739f05bfa7bae69f49cfc48a0

Contents?: true

Size: 906 Bytes

Versions: 27

Compression:

Stored size: 906 Bytes

Contents

AllCops:
  Exclude:
    - tax_generator.gemspec
    - bin/**/*
    - vendor/**/*
    - Rakefile
    - spec/**/*

ClassLength:
  Max: 500

Documentation:
  Enabled: true

Encoding:
  Enabled: false

LineLength:
  Max: 200

AccessModifierIndentation:
  EnforcedStyle: outdent

IfUnlessModifier:
  Enabled: false

CaseIndentation:
  IndentWhenRelativeTo: case
  IndentOneStep: true

MethodLength:
  CountComments: false
  Max: 20

SignalException:
  Enabled: false

ColonMethodCall:
  Enabled: false

AsciiComments:
  Enabled: false

RegexpLiteral:
  Enabled: false

AssignmentInCondition:
  Enabled: false

ParameterLists:
  CountKeywordArgs: false

SingleLineBlockParams:
  Methods:
    - reduce:
      - memo
      - item

Metrics/AbcSize:
  Enabled: false

Style/CollectionMethods:
  Enabled: true

Style/SymbolArray:
  Enabled: true

Style/ExtraSpacing:
  Enabled: true

Style/FileName:
  Enabled: false

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
tax_generator-0.8.0 .rubocop.yml
tax_generator-0.7.1 .rubocop.yml
tax_generator-0.7.0 .rubocop.yml
tax_generator-0.6.6 .rubocop.yml
tax_generator-0.6.5 .rubocop.yml
tax_generator-0.6.4 .rubocop.yml
tax_generator-0.6.3 .rubocop.yml
tax_generator-0.6.2 .rubocop.yml
tax_generator-0.6.1 .rubocop.yml
tax_generator-0.6.0 .rubocop.yml
tax_generator-0.5.2 .rubocop.yml
tax_generator-0.5.1 .rubocop.yml
tax_generator-0.5.0 .rubocop.yml
tax_generator-0.4.0 .rubocop.yml
tax_generator-0.3.0 .rubocop.yml
tax_generator-0.2.1 .rubocop.yml
tax_generator-0.2.0 .rubocop.yml
tax_generator-0.1.0 .rubocop.yml
tax_generator-0.0.9 .rubocop.yml
tax_generator-0.0.8 .rubocop.yml