Sha256: 6b9d1abd4ee750b156ab0e96f99f5acaf546acad40645f6efb6cbe8ee6face1f

Contents?: true

Size: 409 Bytes

Versions: 7

Compression:

Stored size: 409 Bytes

Contents

inherit_from: .rubocop_todo.yml

inherit_gem:
  rubocop-discourse: default.yml

AllCops:
  TargetRubyVersion: 3.2
  NewCops: disable
  Exclude:
    - lib/generators/snapcher/templates/install.rb
    - sample-app/bin/bundle

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
snapcher-0.3.1 .rubocop.yml
snapcher-0.3.0 .rubocop.yml
snapcher-0.1.5 .rubocop.yml
snapcher-0.1.4 .rubocop.yml
snapcher-0.1.3 .rubocop.yml
snapcher-0.1.2 .rubocop.yml
snapcher-0.1.1 .rubocop.yml