Sha256: a9054b89b34aa460687882596c8e92a91b798c4ac3e96f055d45b35e432a5ca0
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.1 inherit_gem: rubocop-ronin: rubocop.yml # # ronin-core specific exceptions # Lint/MissingSuper: { Exclude: ['lib/ronin/core/params/types/*.rb'] } Style/CaseEquality: { Exclude: ['lib/ronin/web/server/conditions.rb'] } Style/EmptyMethod: Exclude: - 'lib/ronin/core/cli/shell.rb' - 'spec/**/*' Style/GlobalStdStream: Exclude: - 'lib/ronin/core/cli/ruby_shell.rb' - 'spec/cli/ruby_shell_spec.rb' Layout/HeredocIndentation: { Exclude: ['lib/ronin/core/cli/banner.rb'] } Layout/ClosingHeredocIndentation: { Exclude: ['lib/ronin/core/cli/banner.rb'] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-core-0.2.0 | .rubocop.yml |
ronin-core-0.2.0.rc1 | .rubocop.yml |