-
- Downloads
fix: remove false positives about linting
Previously `grep` mangled exit code for job because when grep doesn't
find any matching lines, it returns 1, which invalidates our
pipeline. On the other hand, any found errors are treated as expected
result because lines matched and grep returned valid exit code `0`.
Mitigate this behavior by manually overriding exit code with simple
boolean gate.
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
Please register or sign in to comment