Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP CodeSniffer 5.1.3

13 Aug 12:47
04860c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.2...5.1.3

CakePHP CodeSniffer 5.1.2

06 Aug 00:21
f316cf4
Compare
Choose a tag to compare

What's Changed

  • 5.x dependencies update by @ADmad in #395
  • Add sniff and formatter for arrow functions.

Full Changelog: 5.1.1...5.1.2

CakePHP CodeSniffer 4.7.0

10 Apr 06:36
24fa232
Compare
Choose a tag to compare

What's Changed

  • drop support for slevomat/coding-standard v6 by @swiffer in #385

Full Changelog: 4.6.0...4.7.0

CakePHP CodeSniffer 5.1.1

10 Sep 08:30
3227936
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

5.1.0

05 Mar 20:53
0543c54
Compare
Choose a tag to compare

What's Changed

  • Add sniff for unused variables. by @ADmad in #371

Full Changelog: 5.0.1...5.1.0

CakePHP CodeSniffer 5.0.1

09 Nov 05:04
6cbe404
Compare
Choose a tag to compare

What's Changed

  • Add spacing check for arrow function closures. by @ADmad in #366

Full Changelog: 5.0.0...5.0.1

CakePHP CodeSniffer 5.0.0

20 Oct 03:30
947b2ac
Compare
Choose a tag to compare

The 5.0 release will be used by cake 5 core and plugin packages. The primary changes involve type declarations and type hints for PHP 8.0+.

What's Changed

Full Changelog: 4.6.0...5.0.0

CakePHP CodeSniffer 4.6.0

04 Jul 03:33
5a64e6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.1...4.6.0

CakePHP CodeSniffer 4.5.1

27 Jul 00:06
6b17905
Compare
Choose a tag to compare

Changes

  • Cleaned up various sniffs
  • Cleaned up ruleset

CakePHP CodeSniffer 4.5.0

16 Jun 07:34
Compare
Choose a tag to compare
  • Allow attribute between docblock and function. #327