Sha256: fe280c1bfad5d4f79a671dc324fd84953f2b0d732060660380f9166884828cdf

Contents?: true

Size: 1018 Bytes

Versions: 11

Compression:

Stored size: 1018 Bytes

Contents

#Layout Cops
IndentHeredoc:
  Enabled: false
EmptyLinesAroundArguments:
  Enabled: false

#Linting Cops
AmbiguousRegexpLiteral:
  Enabled: false

# Metrics Cops
AbcSize:
  Max: 35
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
  EnforcedStyle: extend_self
AllCops:
  Include:
    - 'bin/license_finder'
  Exclude:
    - 'lib/license_finder/reports/**/*'
    - 'features/fixtures/**/*'
    - 'releases/**/*'
    - 'ci/**/*'
    - 'tmp/**/*'
    - 'Gemfile'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
license_finder-5.4.1 .rubocop.yml
license_finder-5.4.0 .rubocop.yml
license_finder-5.3.0 .rubocop.yml
license_finder-5.2.3 .rubocop.yml
license_finder-5.2.1 .rubocop.yml
license_finder-5.2.0 .rubocop.yml
license_finder-5.1.1 .rubocop.yml
license_finder-5.1.0 .rubocop.yml
license_finder-5.0.3 .rubocop.yml
license_finder-5.0.2 .rubocop.yml
license_finder-5.0.0 .rubocop.yml