28_introduce_rswag #35
1 changed files with 8 additions and 0 deletions
|
@ -599,6 +599,14 @@ RSpec/ScatteredSetup:
|
||||||
- "spec/integration/balancing_spec.rb"
|
- "spec/integration/balancing_spec.rb"
|
||||||
- "spec/integration/login_spec.rb"
|
- "spec/integration/login_spec.rb"
|
||||||
|
|
||||||
|
# Offense count: 4
|
||||||
|
# Configuration parameters: AllowedPatterns, IgnoredPatterns.
|
||||||
|
# SupportedStyles: snake_case, camelCase
|
||||||
|
RSpec/VariableName:
|
||||||
|
EnforcedStyle: snake_case
|
||||||
|
AllowedPatterns:
|
||||||
|
- ^Authorization$
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
|
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
|
||||||
RSpec/VerifiedDoubles:
|
RSpec/VerifiedDoubles:
|
||||||
|
|
Loading…
Reference in a new issue