We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6665e9a commit 7d269a8Copy full SHA for 7d269a8
src/content-linter/scripts/lint-content.ts
@@ -285,8 +285,8 @@ async function main() {
285
console.log('\n')
286
const took = end - start
287
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`,
+ console.log(
+ `💡 You can disable linter rules for specific lines or blocks of text. See https://gh.io/suppress-linter-rule.\n`,
290
)
291
}
292
spinner.info(
0 commit comments