You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns [checkstyle based XML-Reports](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/checkstyle.xsd) into Github Pull Request [Annotations via the Checks API](https://developer.github.com/v3/checks/).
7
-
This script is meant for use within your GithubAction.
6
+
Turns [checkstyle based XML-Reports](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/checkstyle.xsd) into GitHub Pull Request [Annotations via the Checks API](https://developer.github.com/v3/checks/).
7
+
This script is meant for use within your GitHub Action.
8
8
9
-
That means you no longer search thru your GithubAction logfiles.
9
+
That means you no longer search thru your GitHub Action logfiles.
10
10
No need to interpret messages which are formatted differently with every tool.
11
11
Instead you can focus on your Pull Request, and you don't need to leave the Pull Request area.
`cs2pr` can be used on a already existing checkstyle-report xml-file. Alternatively you might use it in the unix-pipe notation to chain it into your existing cli command.
28
28
29
-
Run one of the following commands within your GithubAction workflow:
29
+
Run one of the following commands within your GitHub Action workflow:
-`--graceful-warnings`: Don't exit with error codes if there are only warnings
40
-
-`--colorize`: Colorize the output. Useful if the same lint script should be used locally on the command line and remote on Github Actions. With this option, errors and warnings are better distinguishable on the command line and the output is still compatible with Github Annotations
40
+
-`--colorize`: Colorize the output. Useful if the same lint script should be used locally on the command line and remote on GitHub Actions. With this option, errors and warnings are better distinguishable on the command line and the output is still compatible with GitHub Annotations
0 commit comments