Sha256: 00c3c4183d4fc6ab0f167ed963b31e90ba9fbddb45133aeeefa0d938c7bc01e5

Contents?: true

Size: 1.28 KB

Versions: 14

Compression:

Stored size: 1.28 KB

Contents

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

#Layout Cops
HeredocIndentation:
  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
Style/MethodMissingSuper:
  Enabled: false
Style/MissingRespondToMissing:
  Enabled: false
Style/FormatStringToken:
  EnforcedStyle: unannotated
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Layout/MultilineMethodCallIndentation:
    Enabled: false
DoubleNegation:
  Enabled: false
Documentation:
  Enabled: false
FileName:
  Exclude:
    - '**/Rakefile'
    - '**/Gemfile'
    - '**/Podfile'
ModuleFunction:
  Enabled: false
  EnforcedStyle: extend_self

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
license_finder-6.12.0 .rubocop.yml
license_finder-6.11.0 .rubocop.yml
license_finder-6.10.1 .rubocop.yml
license_finder-6.10.0 .rubocop.yml
license_finder-6.9.0 .rubocop.yml
license_finder-6.8.2 .rubocop.yml
license_finder-6.8.1 .rubocop.yml
license_finder-6.8.0 .rubocop.yml
license_finder-6.7.0 .rubocop.yml
license_finder-6.6.2 .rubocop.yml
license_finder-6.6.1 .rubocop.yml
license_finder-6.6.0 .rubocop.yml
license_finder-6.5.0 .rubocop.yml
license_finder-6.4.0 .rubocop.yml