fix(ale_linters/phpcs): add support for multiline error messages#3282
fix(ale_linters/phpcs): add support for multiline error messages#3282w0rp merged 1 commit intodense-analysis:masterdense-analysis/ale:masterfrom
Conversation
b0f8a04 to
c86519a
Compare
|
Unrelated test error at |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
Rebasing seems to have fixed tests, as it was unrelated. cc / @w0rp |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
@w0rp could you please point someone to review this PR? I'm not quite sure what else I could've done here. Tests passed and all... |
w0rp
left a comment
There was a problem hiding this comment.
This is all good, I've just been too busy to look at ALE pull requests in recent months.
|
Cheers! 🍻 |
This PR adds support for
phpcswhen there are errors resulting on messages containing more than one line.An example would be :
Before this fix, the command below would return an error, but Ale wouldn't catch it.