[Pkg-owncloud-commits] [php-sabre-vobject] 01/25: We haven't used phpcs in a bit. Removing
David Prévot
taffit at moszumanska.debian.org
Thu Apr 7 01:41:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 03004895dedf5a6b3a98c5a93be507eb16af9b9d
Author: Evert Pot <me at evertpot.com>
Date: Sat Mar 12 20:08:22 2016 -0500
We haven't used phpcs in a bit. Removing
---
tests/phpcs/ruleset.xml | 57 -------------------------------------------------
1 file changed, 57 deletions(-)
diff --git a/tests/phpcs/ruleset.xml b/tests/phpcs/ruleset.xml
deleted file mode 100644
index ec2c4c8..0000000
--- a/tests/phpcs/ruleset.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="sabre.php">
- <description>sabre.io codesniffer ruleset</description>
-
- <!-- Include the whole PSR-1 standard -->
- <rule ref="PSR1" />
-
- <!-- All PHP files MUST use the Unix LF (linefeed) line ending. -->
- <rule ref="Generic.Files.LineEndings">
- <properties>
- <property name="eolChar" value="\n"/>
- </properties>
- </rule>
-
- <!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
- <rule ref="Zend.Files.ClosingTag"/>
-
- <!-- There MUST NOT be trailing whitespace at the end of non-blank lines. -->
- <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
- <properties>
- <property name="ignoreBlankLines" value="true"/>
- </properties>
- </rule>
-
- <!-- There MUST NOT be more than one statement per line. -->
- <rule ref="Generic.Formatting.DisallowMultipleStatements"/>
-
- <rule ref="Generic.WhiteSpace.ScopeIndent">
- <properties>
- <property name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"/>
- </properties>
- </rule>
- <rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
-
- <!-- PHP keywords MUST be in lower case. -->
- <rule ref="Generic.PHP.LowerCaseKeyword"/>
-
- <!-- The PHP constants true, false, and null MUST be in lower case. -->
- <rule ref="Generic.PHP.LowerCaseConstant"/>
-
- <!-- <rule ref="Squiz.Scope.MethodScope"/> -->
- <rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
-
- <!-- In the argument list, there MUST NOT be a space before each comma, and there MUST be one space after each comma. -->
- <!--
- <rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing">
- <properties>
- <property name="equalsSpacing" value="1"/>
- </properties>
- </rule>
- <rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterHint">
- <severity>0</severity>
- </rule>
- -->
- <rule ref="PEAR.WhiteSpace.ScopeClosingBrace"/>
-
-</ruleset>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list