PHP_CodeSniffer icon indicating copy to clipboard operation
PHP_CodeSniffer copied to clipboard

New Report for Github Actions

Open MisterIcy opened this issue 3 years ago • 1 comments

Currently, in order to annotate a github PR with errors produced by phpcs, one has to use a 3rd party tool (such as cs2pr). This PR a new Report is implemented in order for phpcs to print errors and warnings (documentation) in the format needed by Github to add annotations in PRs and eliminates the need using a 3rd party tool.

It also adds the new, github, report in the help message.

MisterIcy avatar Jul 02 '22 18:07 MisterIcy

Duplicate of #2918

jrfnl avatar Jul 02 '22 18:07 jrfnl