Konafets / TYPO3SniffPool

This repository contains custom sniffs which are compatible with the PHP_CodeSniffer. Understand this package as a sniff pool which contains all needed custom sniffs for the various TYPO3 projects.
21 stars 10 forks source link

Merge and/or backport the existend sniffs from FLOW3 into our TYPO3 standards pool #28

Closed andygrunwald closed 8 years ago

andygrunwald commented 10 years ago

Original ticket by @Konafets (https://forge.typo3.org/issues/9608):

A long time ago, the FLOW CGL was implemented in PHPCS. There was written a wrapper for the Codesniffer, which was implemented as a FLOW3 package.

As you can see here http://forge.typo3.org/projects/package-flow3cgl/wiki/Status_of_the_project the authors of the project want backport the sniffs to regular CodeSniffer. Maybe we could offer our help or taking over the world the project.

As far as I can see, they opened for every sniff a single issue: http://forge.typo3.org/projects/package-flow3cgl/issues

andygrunwald commented 8 years ago

This is not needed anymore, because a) FLOW is not part of TYPO3 anymore b) FLOW follows mainly PSR2 (see http://flowframework.readthedocs.org/en/stable/TheDefinitiveGuide/PartV/CodingGuideLines/PHP.html) and this is part of PHP_CodeSniffer already