We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2932eb commit 0970187Copy full SHA for 0970187
CHANGELOG.md
@@ -5,6 +5,8 @@
5
- SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
6
- Precompiled binaries for Linux riscv64 (linux.riscv64)
7
### Changed
8
+- SC2002 about Useless Use Of Cat is now disabled by default. It can be
9
+ re-enabled with `--enable=useless-use-of-cat` or equivalent directive.
10
- SC2015 about `A && B || C` no longer triggers when B is a test command.
11
### Fixed
12
- SC2218 about function use-before-define is now more accurate.
0 commit comments