Skip to content

Commit ec5990f

Browse files
authored
Ignore localhost links
1 parent 1eaee31 commit ec5990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/sf-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const PACKAGE_DEFAULTS = {
5151
'link-check': {
5252
command:
5353
// eslint-disable-next-line max-len
54-
'node -e "process.exit(process.env.CI ? 0 : 1)" || linkinator "**/*.md" --skip "CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s" --markdown --retry --directory-listing --verbosity error',
54+
'node -e "process.exit(process.env.CI ? 0 : 1)" || linkinator "**/*.md" --skip "CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s" --markdown --retry --directory-listing --verbosity error',
5555
files: ['./*.md', './!(CHANGELOG).md', 'messages/**/*.md'],
5656
output: [],
5757
},

0 commit comments

Comments
 (0)