Skip to content

Commit 7d269a8

Browse files
authored
Fix linter message bug (#60701)
1 parent 6665e9a commit 7d269a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content-linter/scripts/lint-content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ async function main() {
285285
console.log('\n')
286286
const took = end - start
287287
if (warningFileCount > 0 || errorFileCount > 0) {
288-
spinner.info(
289-
`💡 You can disable linter rules for specific lines or blocks of text. See https://gh.io/suppress-linter-rule.\n\n`,
288+
console.log(
289+
`💡 You can disable linter rules for specific lines or blocks of text. See https://gh.io/suppress-linter-rule.\n`,
290290
)
291291
}
292292
spinner.info(

0 commit comments

Comments
 (0)