Sha256: 298d71a343e0442e938ee6f41f159b70370ed8342860266d52a0113a471b8af2

Contents?: true

Size: 946 Bytes

Versions: 3

Compression:

Stored size: 946 Bytes

Contents

#Layout Cops
IndentHeredoc:
  Enabled: false

#Linting Cops
AmbiguousRegexpLiteral:
  Enabled: false

# Metrics Cops
AbcSize:
  Max: 30
BlockLength:
  Enabled: false # TODO: enable and refactor long methods
#  ExcludedMethods: ['describe', 'context', 'it', 'shared_examples']  # uncomment once enabled
ClassLength:
  Enabled: false
CyclomaticComplexity:
  Max: 10
PerceivedComplexity:
  Max: 10
LineLength:
  Max: 200
MethodLength:
  Enabled: false
ModuleLength:
  Enabled: false

# Security Cops
YAMLLoad:
  Enabled: false

#Style Cops
DoubleNegation:
  Enabled: false
Documentation:
  Enabled: false
FileName:
  Exclude:
    - '**/Rakefile'
    - '**/Gemfile'
    - '**/Podfile'
MethodMissing:
  Enabled: false
ModuleFunction:
  Enabled: false

AllCops:
  Include:
    - 'bin/license_finder'
  Exclude:
    - 'lib/license_finder/reports/**/*'
    - 'features/fixtures/**/*'
    - 'releases/**/*'
    - 'ci/**/*'
    - 'tmp/**/*'
    - 'Gemfile'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
license_finder-4.0.2 .rubocop.yml
license_finder-4.0.1 .rubocop.yml
license_finder-3.1.1 .rubocop.yml