disable=SC1090 # Non-constant source
disable=SC1091 # Not specified as input
disable=SC2034 # Unused variables (they are used but in other scripts)
disable=SC2154 # Referenced, but not assigned
