This is pretty handy, thanks a lot.
To enable flymake to provide help of phpcs check, we also below configuration. Right?
(add-to-list 'flymake-err-line-patterns '("\\(.*?\\):\\([0-9]+\\):\\([0-9]+\\): +\\(error\\|warning\\) - \\(.*?\\)$" 1 2 3 5))
This is pretty handy, thanks a lot.
To enable flymake to provide help of phpcs check, we also below configuration. Right?
(add-to-list 'flymake-err-line-patterns '("\\(.*?\\):\\([0-9]+\\):\\([0-9]+\\): +\\(error\\|warning\\) - \\(.*?\\)$" 1 2 3 5))