Skip to content

helpers/envkernel.sh: fix shellcheck disabled tests

clayton craft requested to merge fix_shellcheck_disable into master

Shellcheck 0.7.2 has a change that gives many error conditions their own SC30** codes, instead of including them in SC2039. This updates the scripts in this package that "disable SC2039" to disable the new code.

New codes added in shellcheck: cfd68ee0c2ebfd0ab08a1d4bf628162b454dc207

Merge request reports