mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
fix(SC3013)!: remove SC3013 since the operators are specified by POSIX.1-2024
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/test.html fix #3167
This commit is contained in:
parent
d3001f337a
commit
3a9ddae06b
2 changed files with 3 additions and 7 deletions
|
@ -13,6 +13,8 @@
|
|||
- SC2317 about unreachable commands is now less spammy for nested ones.
|
||||
- SC2292, optional suggestion for [[ ]], now triggers for Busybox.
|
||||
|
||||
### Removed
|
||||
- SC3013: removed since the operators `-op/-nt/-ef` are specified in POSIX.1-2024
|
||||
|
||||
## v0.10.0 - 2024-03-07
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue