persona-community-5/.pnpm-store/v3/files/45/64589eb13ea742969d93c275dd5ff283bf1dd48155d3f2f0204300c1c5d74cfbd382a8bbd25c9ee376b9588e780fd921654ff8fedcf943efac5bbc20d776e2
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

9 lines
212 B
Plaintext

export const ignoredFileStub = {
'openapi.yaml': {
'no-unused-components': ['#/components/schemas/Foo'],
},
'https://some-path.yaml': {
'no-unused-components': ['#/components/schemas/Foo'],
},
};