ronin-rb/ronin-support-web

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 3.1

inherit_gem:
  rubocop-ronin: rubocop.yml

#
# ronin-support-web specific exceptions
#

# Need explicit whitespace for the JRuby's specific HTML heredocs.
Layout/TrailingWhitespace:
  Exclude:
    - spec/agent/mixin_spec.rb
    - spec/agent_spec.rb
    - spec/html/mixin_spec.rb
    - spec/html_spec.rb