mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.22k stars 22.5k forks source link

fix(scripts/front-matter_linter): exclude conflicting/orphaned #36905

Closed caugner closed 23 hours ago

caugner commented 23 hours ago

Description

Excludes conflicting and orphaned files from the front-matter linter.

Motivation

This was the reason why the checks in https://github.com/mdn/translated-content/pull/20368 were failing. (An orphaned file included wrongly-formatted frontmatter – see this fix – that would be corrected from prettier, but orphaned files are in the prettierignore.)

Additional details

Related issues and pull requests