You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1017, it will be a hard runtime failure if your porter.yaml attempts to use {{bundle.paramters.PARAM}} when PARAM was defined to not apply to the action where that templated value is used.
We should lint for this and hard fail so that we can detect and correct this problem at build time.
After #1017, it will be a hard runtime failure if your porter.yaml attempts to use
{{bundle.paramters.PARAM}}
whenPARAM
was defined to not apply to the action where that templated value is used.We should lint for this and hard fail so that we can detect and correct this problem at build time.
Example:
This should be an porter level linter, not a mixin specific linter, which would be our first.
The text was updated successfully, but these errors were encountered: