Update tests/content/lint-files.js
Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user