Sha256: bd268d11d64401275d63a69b2bedab8e7529c4b321470fb4df721bc3928f1852

Contents?: true

Size: 1.15 KB

Versions: 17

Compression:

Stored size: 1.15 KB

Contents

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

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
license_finder-5.11.1 .rubocop.yml
license_finder-5.11.0 .rubocop.yml
license_finder-5.10.2 .rubocop.yml
license_finder-5.10.1 .rubocop.yml
license_finder-5.10.0 .rubocop.yml
license_finder-5.9.2 .rubocop.yml
license_finder-5.9.1 .rubocop.yml
license_finder-5.9.0 .rubocop.yml
license_finder-5.8.0 .rubocop.yml
license_finder-5.7.1 .rubocop.yml
license_finder-5.7.0 .rubocop.yml
license_finder-5.6.2 .rubocop.yml
license_finder-5.6.1 .rubocop.yml
license_finder-5.6.0 .rubocop.yml
license_finder-5.5.2 .rubocop.yml
license_finder-5.5.1 .rubocop.yml
license_finder-5.5.0 .rubocop.yml