Skip to content

Commit e864189

Browse files
author
Tom O'Hara
committed
check-all-warnings shows FYI/informational messages
1 parent 6bdb488 commit e864189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tomohara-aliases.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,8 @@ function check-errors () {
14271427
# note: with -relaxed, the pattern matching is looser (hence more errors show)
14281428
alias check-all-errors='check-errors -relaxed'
14291429
alias check-warnings='check-errors -warnings -strict'
1430-
alias check-all-warnings='check-all-errors -warnings -relaxed'
1430+
## OLD: alias check-all-warnings='check-all-errors -warnings -relaxed'
1431+
alias check-all-warnings='check-all-errors -warnings -relaxed -info'
14311432
#
14321433
# check-errors-excerpt(log-file): show errors are start of log-file and at end if different
14331434
# maldito shellcheck: SC2119 [Use ... "$@" if function's $1 should mean script'1 $1]

0 commit comments

Comments
 (0)