1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Update tests/content/lint-files.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Sarah Schneider
2021-04-27 20:11:28 -04:00
committed by GitHub
parent 2d5b17bff7
commit facc2831c3

View File

@@ -399,8 +399,10 @@ describe('lint markdown content', () => {
// Filter out some very specific false positive matches
const matches = initialMatches.filter(match => {
if (markdownRelPath === 'content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md' ||
markdownRelPath === 'content/admin/all-releases.md') {
if (
markdownRelPath === 'content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md' ||
markdownRelPath === 'content/admin/all-releases.md'
) {
return false
}
return true