]> git.corax.cc Git - toolbox/commit
include/inst: Silence shellcheck if unused variables are parameters
authorMatthias Kruk <m@m10k.eu>
Sat, 3 Dec 2022 07:17:28 +0000 (16:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 3 Dec 2022 07:17:28 +0000 (16:17 +0900)
commitb3445d90e460eba9dc0f95dbdb80d1c27cda45e8
treea494b6a252c38934c785a5376224a827e9aca55a
parentf9668588c8887fde989fe0a4d4680097299ff322
include/inst: Silence shellcheck if unused variables are parameters

When scanning the `inst' module with shellcheck, warnings are issued
about unused variables. However, the unused variables are function
parameters, which have to be declared per toolbox convention.

This commit adds comments instructing shellcheck to ignore the
unused function parameters.
include/inst.sh