Skip to content

Releases: staabm/annotate-pull-request-from-checkstyle

Added support for PHP 5.3

13 Mar 09:58
ef8c1e1

Choose a tag to compare

1.5.0

Composer: Allow lowest php version: 5.3 (#65)

Added support for notice-annotations

26 Sep 11:37
88a16cf

Choose a tag to compare

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

10 Sep 18:35
cad555c

Choose a tag to compare

Fixed cs2pr --version output

Php8 support

05 Sep 18:46
53b2823

Choose a tag to compare

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

13 Aug 11:39
380cc8e

Choose a tag to compare

1.2.0

support newlines in error messages (#49)

new cli options

26 Feb 08:25
7d3bcdf

Choose a tag to compare

  • --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

14 Feb 20:40
8526b5d

Choose a tag to compare

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

09 Feb 20:16
3c65f9b

Choose a tag to compare

1.0.4

Prepare 1.0.4 (#20)

Bugfixes

09 Feb 16:38

Choose a tag to compare

Fixed regression with php-cs-fixer when no error can be found

bugfixes

09 Feb 12:17

Choose a tag to compare

make sure cs2pr errors, when the piped input is not valid checkstyle (e.g. when phpstan config is invalid)