Releases: staabm/annotate-pull-request-from-checkstyle
Releases · staabm/annotate-pull-request-from-checkstyle
Added support for PHP 5.3
1.5.0 Composer: Allow lowest php version: 5.3 (#65)
Added support for notice-annotations
Added support for notice-annotations (#56) * Added support for notice-annotations * Update cs2pr * Update cs2pr * Update cs2pr * Apply php-cs-fixer changes Co-authored-by: staabm <staabm@users.noreply.github.com>
1.3.1
Php8 support
Run tests in more php versions (#50) * Run tests in more php versions * Update continuous-integration.yml * Update continuous-integration.yml * Declare php 8 support
support newlines in error messages
1.2.0 support newlines in error messages (#49)
new cli options
--graceful-warnings: Don't exit with error codes if there are only warnings--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
Ease debugging
Write unexpected input to stderr to ease debugging (#31) * Write unexpected input to stderr to ease debugging * draft: Added expected error output * adjusted expectations * Update tests.php * Update tests.php * Update tests.php * Update tests.php * Update cs2pr * Update tests.php * Update cs2pr * Update cs2pr
enable xml user error handling
1.0.4 Prepare 1.0.4 (#20)