Sha256: 6c4bf1adeb9bf65a6104b676523f3645aab57a50f698be00de6740168bf8b5dd
Contents?: true
Size: 501 Bytes
Versions: 2
Compression:
Stored size: 501 Bytes
Contents
AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.1 inherit_gem: rubocop-ronin: rubocop.yml # # ronin specific exceptions # # this rule does not take into account the spacing of commented out lines Layout/ExtraSpacing: Exclude: - 'Gemfile' Layout/HeredocIndentation: Exclude: - 'lib/ronin/cli/commands/pack.rb' # no need to add `frozen_string_literal: true` to new scripts/projects Style/FrozenStringLiteralComment: Exclude: - 'data/templates/**/*'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.1.0 | .rubocop.yml |
ronin-2.1.0.rc1 | .rubocop.yml |