We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 140274b + fbb8386 commit 85066ddCopy full SHA for 85066dd
CHANGELOG.md
@@ -11,6 +11,7 @@
11
- SC2002 about Useless Use Of Cat is now disabled by default. It can be
12
re-enabled with `--enable=useless-use-of-cat` or equivalent directive.
13
- SC2015 about `A && B || C` no longer triggers when B is a test command.
14
+- SC3012: Do not warn about `\<` and `\>` in test/[] as specified in POSIX.1-2024
15
### Fixed
16
- SC2218 about function use-before-define is now more accurate.
17
- SC2317 about unreachable commands is now less spammy for nested ones.
0 commit comments