Skip to content

Releases: micheh/phpcs-gitlab

2.0.0

01 Jan 10:57
48d42b4
Compare
Choose a tag to compare

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

20 Dec 09:45
fd64e65
Compare
Choose a tag to compare

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

27 Jun 15:09
7be03c2
Compare
Choose a tag to compare

Removed return type hints to support older PHP versions.

0.2

22 May 14:15
5b8d9f9
Compare
Choose a tag to compare
0.2
  • Added unit tests

0.1

22 May 12:01
920b037
Compare
Choose a tag to compare
0.1

Initial release