Sha256: fe97fb73e06e7446d68024760893cd8fd3b4ce9df6529a2901e0a58699a67fa9

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames: true

# ---------------------- Layout ----------------------

Layout/ExtraSpacing:
  Exclude:
    - lib/tide/api/transaction.rb

# ---------------------- Metrics ----------------------

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb
    - tide-api.gemspec

Metrics/LineLength:
  Max: 120

# ----------------------- RSpec -----------------------

RSpec/ExampleLength:
  Enabled: false

# ----------------------- Style -----------------------

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tide-api-0.4.0 .rubocop.yml
tide-api-0.3.0 .rubocop.yml
tide-api-0.2.0 .rubocop.yml