We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5b17b commit facc283Copy full SHA for facc283
1 file changed
tests/content/lint-files.js
@@ -399,8 +399,10 @@ describe('lint markdown content', () => {
399
400
// Filter out some very specific false positive matches
401
const matches = initialMatches.filter(match => {
402
- if (markdownRelPath === 'content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md' ||
403
- markdownRelPath === 'content/admin/all-releases.md') {
+ if (
+ markdownRelPath === 'content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md' ||
404
+ markdownRelPath === 'content/admin/all-releases.md'
405
+ ) {
406
return false
407
}
408
return true
0 commit comments