Skip to content

Releases: micheh/phpcs-gitlab

2.1.0

Choose a tag to compare

@micheh micheh released this 17 Sep 09:47
465874d

Allow PHP_CodeSniffer 4

2.0.0

Choose a tag to compare

@micheh micheh released this 01 Jan 10:57
48d42b4

Updated fingerprint calculation

The usage of this package remains the same. However, the calculation of the fingerprint has been updated and is now based on the content instead of the line number. This has the advantage that lines with violations can move up or down and GitLab will not report them as new violations. When upgrading to version 2, it is likely that all violations will show up as changed once, since all fingerprints are new.

Thank you @Ovissse

1.1.0

Choose a tag to compare

@micheh micheh released this 20 Dec 09:45
fd64e65

Added severity to the code climate output format. The warnings of PHP_CodeSniffer are reported as minor issues, errors are reported as major issues.

1.0.0

Choose a tag to compare

@micheh micheh released this 27 Jun 15:09
7be03c2

Removed return type hints to support older PHP versions.

0.2

0.2

Choose a tag to compare

@micheh micheh released this 22 May 14:15
5b8d9f9
  • Added unit tests

0.1

0.1

Choose a tag to compare

@micheh micheh released this 22 May 12:01
920b037

Initial release