yyyyah heuarg i should get more familiar with shellcheck, i was kind of like “meh it’s gonna spit out so many errors” and i’m like “uuuugh yet another file” but not really a good argument
and then i’m like zhgfmvflfv we should really have packaging v3 to drastically reduce the amount of bash code again rather than micro-managing the current syntax
but maybe displaying the shellcheck results in the linter could be gud, should give this a try
Basically yes but if we suddently add this in the linter this may be overwhelming idk, should give this a try
the manifest variables aren’t defined in bash per se, we need some tweaks to tell shellcheck “yea yea, those variables are defined don’t worry”. (We could actually silence “undefined variables” warnings)
the variables used in templates (__MYVAR__) aren’t used in bash per se either, so shellcheck thinks the variables are unused → IMHO we could just silence “unused variable” warnings.