Details
-
Type:
Coding Standards Violation
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.8.0
-
Component/s: None
-
Labels:None
Description
We/I are actually adding a testbed which is testing the coding standard with PHP_CodeSniffer.
The reports can be used to fix problems on the coding standard.
Tests can be added for all possible purposes like File Endings, Namings, API Docs, Clauses and much much more.
Details can be found in the wiki within the Zend Coding Standard (RC).
I attached the actual result of codig standard errors in core and incubator.
Actually only 4 tests have been integrated:
I will add other tests related to ZF Coding Standard and present the actual results for the core within here.
Please keep in mind that any change made in core has to be merged into branch !!
- No Windows Lineending
- No closing Tag
- expected linelength 100 chars, maximum linelength 120 chars
- No Tabs
I will add other tests related to ZF Coding Standard and present the actual results for the core within here. Please keep in mind that any change made in core has to be merged into branch !!