Sha256: 7141f99370a1fd7155d9c6abbf2ea2606554305598f655bed44a3efaa7801d0d

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

inherit_from:
  - .rubocop_airbnb.yml

AllCops:
  TargetRubyVersion: 3.0

Metrics/LineLength:
  Max: 120

# Ignore Rails-y Airbnb recommendation
Airbnb/ClassOrModuleDeclaredInWrongFile:
  Enabled: false

# Ignore Rails-y Airbnb recommendation
Airbnb/ConstAssignedInWrongFile:
  Enabled: false

# Allow empty examples to stub out specs
RSpec/EmptyExampleGroup:
  Enabled: false

# Allow fake tests to stub out specs
RSpec/ExpectActual:
  Enabled: false

# It just looks nicer
Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ngrok-api-0.9.0 .rubocop.yml