Commit ede954fb authored by Vincent Pelletier's avatar Vincent Pelletier

shell/caucase.sh: Enable some optional shellcheck checkers.

parent 34585419
Pipeline #18230 passed with stage
in 0 seconds
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
# #
# See COPYING file for full licensing terms. # See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options. # See https://www.nexedi.com/licensing for rationale and options.
# shellcheck enable=avoid-nullary-conditions
# shellcheck enable=check-unassigned-uppercase,deprecate-which
set -u set -u
str2json () { str2json () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment