mirror of
https://github.com/valitydev/swag-wallets-webhook-events.git
synced 2024-11-06 01:55:18 +00:00
Tell linter that 4xx responses are unexpected (#18)
This commit is contained in:
parent
56dba5ca24
commit
ab5588c2ac
@ -5,7 +5,10 @@ lint:
|
||||
extends:
|
||||
- recommended
|
||||
rules:
|
||||
tag-description: off
|
||||
# NOTE
|
||||
# We don't actually expect a backend receiving webhook events following
|
||||
# this specification to respond with anything other than 200 OK.
|
||||
operation-4xx-response: off
|
||||
referenceDocs:
|
||||
showConsole: true
|
||||
layout:
|
||||
|
Loading…
Reference in New Issue
Block a user