mirror of
https://github.com/ngrok/ngrok-api-ruby.git
synced 2026-05-17 16:50:40 +00:00
31 lines
595 B
YAML
31 lines
595 B
YAML
# 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
|