UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

14 lines 523 B
export const NoChannelTrailingSlash = () => { return { Channel(_channel, { report, key, location }) { if (key.endsWith('/') && key !== '/') { report({ message: `\`${key}\` should not have a trailing slash.`, location: location.key(), reference: 'https://redocly.com/docs/cli/rules/async/no-channel-trailing-slash', }); } }, }; }; //# sourceMappingURL=no-channel-trailing-slash.js.map