We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdb488 commit e864189Copy full SHA for e864189
tomohara-aliases.bash
@@ -1427,7 +1427,8 @@ function check-errors () {
1427
# note: with -relaxed, the pattern matching is looser (hence more errors show)
1428
alias check-all-errors='check-errors -relaxed'
1429
alias check-warnings='check-errors -warnings -strict'
1430
-alias check-all-warnings='check-all-errors -warnings -relaxed'
+## OLD: alias check-all-warnings='check-all-errors -warnings -relaxed'
1431
+alias check-all-warnings='check-all-errors -warnings -relaxed -info'
1432
#
1433
# check-errors-excerpt(log-file): show errors are start of log-file and at end if different
1434
# maldito shellcheck: SC2119 [Use ... "$@" if function's $1 should mean script'1 $1]
0 commit comments