--chaos should warn instead of error on recipe lint checks #497
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?
Deep in the hacking mines - it feels like the intention of specifying
--chaos
should turn recipe lint errors into warnings@3wordchant True!
The
LintForErrors
logic errors out on first linting error, would you like to see all errors turned into warnings and outputted? That might be a good change to make in general, to see all possible errors/warnings at once instead of running into them one by one?Altho, probably the simplest thing to do on the code side would be to warn and skip linting altogether when
--chaos
. Unless you think it's handy & worth it to see your potential errors while--chaos
'in ❔