persona-community-5/.pnpm-store/v3/files/23/29760ec7975bd01b1d4da3b7f1ee84cca5991f32dbf39f2ec70b7848afc2a64f35882b076cd38c7005c0894c916b44053e96dcaa5e8fd22b22e05573839503
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

19 lines
426 B
Plaintext

rules:
no-invalid-media-type-examples: warn
operation-4xx-response: off
rule/tag-description:
subject: Tag
property: description
message: Tag description must be at least 13 characters and end with a full stop.
severity: error
minLength: 13
pattern: /\.$/
plugins:
- plugin.js
- api/plugin.js
extends:
- recommended
- api/nested-config.yaml
- test-plugin-nested/all
- test-plugin/all