Skip to content

Commit facc283

Browse files
sarahsJamesMGreene
andauthored
Update tests/content/lint-files.js
Co-authored-by: James M. Greene <JamesMGreene@github.com>
1 parent 2d5b17b commit facc283

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/content/lint-files.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,10 @@ describe('lint markdown content', () => {
399399

400400
// Filter out some very specific false positive matches
401401
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') {
402+
if (
403+
markdownRelPath === 'content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md' ||
404+
markdownRelPath === 'content/admin/all-releases.md'
405+
) {
404406
return false
405407
}
406408
return true

0 commit comments

Comments
 (0)