persona-community-5/.pnpm-store/v3/files/a9/1f7b21f2e6139ada4c0c8683548e94bd7faa19f23a21fcd8b6dc075baa0de023b90abbdc6f68b48ef34ca0b0881738ad3cc3a7b114b7a78e776ca63731b1ae
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

11 lines
166 B
Plaintext

module.exports = async function () {
return {
id: 'test-plugin',
rules: {
oas3: {
'oas3-rule-name': 'oas3-rule-stub',
},
},
};
};