Sha256: 28d62a8f67b7400c837cd1df0dd22d18f6043b8783e04c45cc967a1eb7baf535

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  Exclude:
    - ruby-units.gemspec
    - bin/*
Style/CaseEquality:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Layout/LineLength:
  Enabled: false
Style/SingleLineBlockParams:
  Enabled: false
Naming/FileName:
  Exclude:
    - 'lib/ruby-units.rb'
Style/FormatString:
  Enabled: false
Style/DateTime:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-units-3.0.0 .rubocop.yml
ruby-units-2.4.1 .rubocop.yml
ruby-units-2.3.2 .rubocop.yml