Closed david-binda closed 2 years ago
When using futures in arcanist linter, the external lint program, eg.: phpcs-changed in this case, should always return 0 status, even if there are lint errors, otherwise the external program's run is considered being unsuccessful.
Yup, makes sense. The less magic the better :) I have introduced a new --always-exit-zero flag in follow-up commit.
--always-exit-zero
Looks great! Thanks!
When using futures in arcanist linter, the external lint program, eg.: phpcs-changed in this case, should always return 0 status, even if there are lint errors, otherwise the external program's run is considered being unsuccessful.