Sha256: 4342c49b39f46ed6bc642cc64cc7d64662ed0f20f51f32502c32b3356f5a0fe4

Contents?: true

Size: 595 Bytes

Versions: 4

Compression:

Stored size: 595 Bytes

Contents

# Code generated for API Clients. DO NOT EDIT.

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.24.0 .rubocop.yml
ngrok-api-0.23.0 .rubocop.yml
ngrok-api-0.22.0 .rubocop.yml
ngrok-api-0.21.0 .rubocop.yml