Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP CodeSniffer 2.1.3

Choose a tag to compare

@markstory markstory released this 02 Sep 01:04
2.1.3
  • Disallow lines with whitespace on them.

2.1.2

Choose a tag to compare

@ADmad ADmad released this 19 Aug 21:36
  • Fix fixer support for BlankLineBeforeReturn sniff. (@ADmad)

CakePHP CodeSniffer 2.1.1

Choose a tag to compare

@ADmad ADmad released this 19 Aug 18:53
  • Fixer support for BlankLineBeforeReturnSniff. (@dakota)

CakePHP CodeSniffer 2.1.0

Choose a tag to compare

@markstory markstory released this 14 Jul 02:54
2.1.0

New Rules

  • There must now be a blank line before return statements that are not the only line inside a set of braces, or a case statement. (@ADmad)

2.0.7

Choose a tag to compare

@ADmad ADmad released this 18 May 11:36
Merge pull request #153 from CVO-Technologies/yield-error

Resolve issue with yield and @return

CakePHP CodeSniffer 2.0.0

Choose a tag to compare

@markstory markstory released this 12 Mar 01:54
2.0.0

This release is a backwards incompatible release from the 1.x series. The rules in this ruleset are PSR-2 compatible and include additional whitespace, documentation and naming conventions sniffs in use by CakePHP.
This ruleset is for CakePHP 3.0+.

CakePHP CodeSniffer 1.0.0

Choose a tag to compare

@markstory markstory released this 12 Mar 01:53
1.0.0

This code sniffer release is recommended for CakePHP 2.x applications. It enforces the coding standards that CakePHP 2.x uses.

If you want a PSR2 compatible coding standard you should use the 2.x releases of this project.

CakePHP CodeSniffer 0.1.24 released

Choose a tag to compare

@markstory markstory released this 22 May 13:41
0.1.24
  • New FunctionCommentSniff added.
  • Added composer.json
  • Restructured repo to work better with composer.

CakePHP CodeSniffer 0.1.20

Choose a tag to compare

@markstory markstory released this 29 Dec 15:02
0.1.20
  • Useless method override sniff was removed. It created many false
    positives and rarely provided any valuable feedback.
  • Using underscored property names no longer triggers errors. The
    new ORM in 3.0 will have widespread use of underscored properties, we
    cannot treat them as errors.

CakePHP code sniffer 0.1.19

Choose a tag to compare

@markstory markstory released this 29 Dec 15:03
0.1.19
  • Protected properties on traits no longer trigger warnings.