Codebase list ruby-cms-scanner / debian/0.5.2-0kali3 .rubocop.yml
debian/0.5.2-0kali3

Tree @debian/0.5.2-0kali3 (Download .tar.gz)

.rubocop.yml @debian/0.5.2-0kali3raw · history · blame

require: rubocop-performance
AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - '*.gemspec'
    - 'vendor/**/*'
    - 'example/**/*'
ClassVars:
  Enabled: false
LineLength:
  Max: 120
MethodLength:
  Max: 18
  Exclude:
    - app/controllers/core/cli_options.rb
Lint/UriEscapeUnescape:
  Enabled: false
Metrics/AbcSize:
  Max: 25
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 9
Style/Documentation:
  Enabled: false
Style/FormatStringToken:
  Exclude:
    - lib/cms_scanner/finders/finder.rb
Style/MixinUsage:
  Exclude:
    - lib/cms_scanner/formatter.rb