Abra should warn if an environment variable value has a #
in it
#505
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A bunch of recipes, due to historical cruft do things like
Which makes the environment variable value something like
whatever # comment about it
which is not ideal!This has lead to a number of difficult and confusing issues with for example the
hometown
recipe and others (it's bit me at least 3 times in the last week). It'd be cool to have a lint test at deploy that checks for a # in the value, and warns if one is present (so if it's intentional, you can ignore the warning, but it'll catch this issues earlier than having spent hours trying to debug why something is happening just to have it be that an environment has a weird value in it).Abra should warn if an environment variable has a `#` in itto Abra should warn if an environment variable value has a `#` in itShould be covered in coop-cloud/abra#371.