UNPKG

@redocly/openapi-core

Version:

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

14 lines 556 B
export const NoChannelTrailingSlash = () => { return { Channel(channel, { report, location }) { if (channel?.address?.endsWith('/') && channel?.address !== '/') { report({ message: `\`${channel.address}\` 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