Sha256: 27df492ce4ce4be28a4c415b297b99b8a243aecda108e5bfe1ca7e5df3e24a5b

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.2.2
  NewCops: enable

Gemspec/DevelopmentDependencies:
  EnforcedStyle: gemspec

Naming/FileName:
  Exclude:
    - lib/bp3-hello-world.rb

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bp3-hello-world-0.1.3 .rubocop.yml
bp3-hello-world-0.1.2 .rubocop.yml