diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:12 +0000 |
commit | c00ecb2892f783ed18c2f62772665d86ea66a252 (patch) | |
tree | d4f8f0a3e76745c861141e462bd80850187bb88e /.shellcheckrc | |
parent | Releasing progress-linux version 102-3~progress7.99u1. (diff) | |
download | dracut-c00ecb2892f783ed18c2f62772665d86ea66a252.tar.xz dracut-c00ecb2892f783ed18c2f62772665d86ea66a252.zip |
Merging upstream version 103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.shellcheckrc')
-rw-r--r-- | .shellcheckrc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.shellcheckrc b/.shellcheckrc index ce5c883..26c5c47 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -1,11 +1,3 @@ -# SC2039: In POSIX sh, 'local' is undefined. -# https://github.com/koalaman/shellcheck/wiki/SC2039 -disable=SC2039 - -# SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined. -# https://github.com/koalaman/shellcheck/wiki/SC2166 -disable=SC2166 - # SC2154: Variable is referenced but not assigned # https://github.com/koalaman/shellcheck/wiki/SC2154 disable=SC2154 @@ -27,8 +19,3 @@ disable=SC3043 # https://github.com/koalaman/shellcheck/wiki/SC3013 # ... but dash supports it disable=SC3013 - -# SC3045: In POSIX sh, read -p is undefined. -# https://github.com/koalaman/shellcheck/wiki/SC3045 -# ... but dash supports it -disable=SC3045 |