Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable false positive ShellCheck warnings SC2154
ShellCheck thinks these variables are unused. However, one of the exceptions applies here: > ShellCheck does not attempt to figure out runtime or dynamic > assignments like with source mycommonvars.sh or eval var=value. ${useragent[$uakey]} in line 337 references these variables.
- Loading branch information