Sha256: eb7d8f939d850af5c6ca89dd9821656e0ad34fa69af703054990eb31ce0e8a77

Contents?: true

Size: 575 Bytes

Versions: 4

Compression:

Stored size: 575 Bytes

Contents

inherit_from:
  - .rubocop_airbnb.yml

AllCops:
  TargetRubyVersion: 2.7

Metrics/LineLength:
  Enabled: false

# 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

4 entries across 4 versions & 1 rubygems

Version Path
ngrok-api-0.19.0 .rubocop.yml
ngrok-api-0.18.0 .rubocop.yml
ngrok-api-0.17.0 .rubocop.yml
ngrok-api-0.16.0 .rubocop.yml