MCPcopy
hub / github.com/github/docs / formatLinkError

Function formatLinkError

tests/linting/lint-files.js:291–293  ·  view source on GitHub ↗
(message, links)

Source from the content-addressed store, hash-verified

289)
290
291function formatLinkError(message, links) {
292 return `${message}\n - ${links.join('\n - ')}`
293}
294
295// Returns `content` if its a string, or `content.description` if it can.
296// Used for getting the nested `description` key in glossary files.

Callers 1

lint-files.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected