Sha256: d6e635db1ad6fa60ca2a2c5788a3f6418570af7307b1ee2fe7833bf32be80f50

Contents?: true

Size: 276 Bytes

Versions: 6

Compression:

Stored size: 276 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - lib/bup/tar.rb
    - lib/bup/config.rb

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bup-0.8.0 .rubocop.yml
bup-0.7.0 .rubocop.yml
bup-0.6.0 .rubocop.yml
bup-0.5.0 .rubocop.yml
bup-0.4.0 .rubocop.yml
bup-0.3.0 .rubocop.yml