mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-26 14:23:58 +08:00
11 lines
272 B
YAML
Vendored
11 lines
272 B
YAML
Vendored
extends:
|
|
- recommended
|
|
rules:
|
|
no-path-trailing-slash: off
|
|
# TODO: this should be an error
|
|
operation-summary: warn
|
|
security-defined:
|
|
severity: error
|
|
exceptions:
|
|
# webhook authentication is not supported by drf-spectacular yet
|
|
- path: AddonWebhook
|