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
I would prefer having it in separate task to be honest. Since simple build task is quite stable (knockknock) it would be great if we weren't touch it much. For me, this means, that we'll have one stable build call and the other, improved call: lint & build, for testing.
The main reason why I'm being such a PITA is that I was so surprised yesterday, when it all broke down and I had no idea what happened.
Therefore I would rather go for incremental approch: add to existing (which is somehow stable and working), rather than alter existing (and break it possibly).
This would mean the linter output wouldn't be able to prevent a build if there were errors, at least as things stand. Potentially we could abort the build_image_task if we made it abortable.
e.g.
"lint": "yes",
"lint_fail_on": "errors" / "warnings" / "none"
Would also be useful to be able to configure which set of rules to use but there aren't standard ones yet as far as I can tell.
The text was updated successfully, but these errors were encountered: