Sha256: 67805b825f980cafd21337537e1685b4ce4eb6b154d09a2d44ba6aa0d91ba222

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 3.1

inherit_gem:
  rubocop-ronin: rubocop.yml

#
# ronin-web specific exceptions
#

Style/FrozenStringLiteralComment:
  Exclude:
    - 'data/new/**/*'

Lint/ShadowingOuterLocalVariable:
  Exclude:
    - 'lib/ronin/web/cli/commands/reverse_proxy.rb'
    - 'lib/ronin/web/cli/commands/spider.rb'

Naming/MethodParameterName:
  Exclude:
    - 'lib/ronin/web/cli/browser_shell.rb'
    - 'lib/ronin/web/cli/js_shell.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ronin-web-2.0.1 .rubocop.yml
ronin-web-2.0.0 .rubocop.yml
ronin-web-2.0.0.rc1 .rubocop.yml