Sha256: 9495de4a42c686c4bbdfd14f8fefa5efa80d38753913a87da9c005139d14cf13

Contents?: true

Size: 417 Bytes

Versions: 5

Compression:

Stored size: 417 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'

# no need to add `frozen_string_literal: true` to new scripts/projects
Style/FrozenStringLiteralComment:
  Exclude:
    - 'data/new/**/*'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 .rubocop.yml
ronin-2.0.4 .rubocop.yml
ronin-2.0.3 .rubocop.yml
ronin-2.0.2 .rubocop.yml
ronin-2.0.1 .rubocop.yml