Closed
Description
Hello,
So I was writing a Makefile, which does a luacheck as a step. but the luacheck returns an exit code of 1 or 2 when there are some warnings involved along with other things . which makes my make fail.
Which is totally not required, also I neither want to suppress the warnings nor do a || true . Just log the warnings and moove along ..
So I was thinking of having a flag .. which would return an exit code of 4 or anything else when there are warnings. and based on that I can actually check in the Makefile / bash srcipt and return true or exit(0) .. or even like if the flag is present .. then return an exit code of 0 anyway..but log the warnings,
I can create a PR for this as well. Makes life easier
Metadata
Metadata
Assignees
Labels
No labels