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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@ Run one of the following commands within your GithubAction workflow:
34
34
vendor/bin/cs2pr /path/to/checkstyle-report.xml
35
35
```
36
36
37
+
### Available Options
38
+
39
+
-`--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
41
+
42
+
37
43
## Pipe the output of another commmand
38
44
39
45
... works for __any__ command which produces a checkstyle-formatted report.
0 commit comments