mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 05:34:48 +08:00
Replace verbose checks with optional checks
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
- Preliminary support for fix suggestions
|
||||
- Files containing Bats tests can now be checked
|
||||
- Directory wide directives can now be placed in a `.shellcheckrc`
|
||||
- Verbose mode: Use `-S verbose` for especially pedantic suggestions
|
||||
- Optional checks: Use `--list-optional` to show a list of tests,
|
||||
Enable with `-o` flags or `enable=name` directives
|
||||
- Source paths: Use `-P dir1:dir2` or a `source-path=dir1` directive
|
||||
to specify search paths for sourced files.
|
||||
- SC2249: Warn about `case` with missing default case (verbose)
|
||||
|
Reference in New Issue
Block a user