Skip to content

Commit 2932bb5

Browse files
committed
Link to styleguide
1 parent c562752 commit 2932bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/frontmatter-validation/frontmatterValidatorPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function frontmatterValidatorPlugin(context, options) {
4444
console.log('See frontmatter-validation-errors.log (when running locally)')
4545

4646
// Fail the build by throwing an error
47-
throw new Error('🚨Frontmatter validation failed. See frontmatter-validation-errors.log for details.');
47+
throw new Error('🚨Frontmatter validation failed. For more details see https://github.com/ClickHouse/clickhouse-docs/blob/main/contribute/style-guide.md');
4848
} else {
4949
console.log(`⚠️ Warning: Found ${filesWithIssues.length} files containing problems with frontmatter`)
5050
}

0 commit comments

Comments
 (0)