Sha256: eeed0f7c581ed65bc120636364c067fe9291fe980892c339200dd3006b862006

Contents?: true

Size: 1.23 KB

Versions: 17

Compression:

Stored size: 1.23 KB

Contents

AllCops:
  TargetRubyVersion: 2.6

Metrics/BlockLength:
  Max: 100
  Exclude:
    - spec/**/*_spec.rb
    - spec/factories.rb

Lint/AmbiguousBlockAssociation:
  Exclude:
    - "spec/**/*"

# metrics and documentation. code is complex as it needs to be,
# and docs shouldn't be required. add them when needed.
Metrics/AbcSize:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/ParameterLists:
  Max: 7
Style/Documentation:
  Enabled: false

# differences from standard ruby style guide.
Style/RegexpLiteral:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma
Layout/FirstArrayElementIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/NumericPredicate:
  Enabled: false

# things we need to have discussions about
Style/GuardClause:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/NumericLiterals:
  MinDigits: 6

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spdx-4.1.5 .rubocop.yml
spdx-4.1.4 .rubocop.yml
spdx-4.1.3 .rubocop.yml
spdx-4.1.2 .rubocop.yml
spdx-4.1.1 .rubocop.yml
spdx-4.1.0 .rubocop.yml
spdx-4.0.2 .rubocop.yml
spdx-4.0.1 .rubocop.yml
spdx-4.0.0 .rubocop.yml
spdx-3.1.0 .rubocop.yml
spdx-3.0.1 .rubocop.yml
spdx-3.0.0 .rubocop.yml
spdx-2.0.12 .rubocop.yml
spdx-2.0.11 .rubocop.yml
spdx-2.0.10 .rubocop.yml
spdx-2.0.9 .rubocop.yml
spdx-2.0.5 .rubocop.yml