projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed1743
)
Disable space after braces sniff for now because of method return types
author
Matthias Schmidt
<gravatronics@live.com>
Thu, 8 Feb 2018 18:27:31 +0000
(19:27 +0100)
committer
Matthias Schmidt
<gravatronics@live.com>
Thu, 8 Feb 2018 18:27:31 +0000
(19:27 +0100)
CodeSniff/WCF/ruleset.xml
patch
|
blob
|
blame
|
history
diff --git
a/CodeSniff/WCF/ruleset.xml
b/CodeSniff/WCF/ruleset.xml
index ae526285e1a5236f07bd357abd41dae5de98a910..2f4b4b24f5e0fbba9a33ce715343cb25d4deab73 100644
(file)
--- a/
CodeSniff/WCF/ruleset.xml
+++ b/
CodeSniff/WCF/ruleset.xml
@@
-43,7
+43,7
@@
<!--<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing" />-->
<rule ref="WCF.Classes.ClassFileName" />
<rule ref="WCF.ControlStructures.ControlSignature" />
- <
rule ref="WCF.Functions.OpeningFunctionBraceKernighanRitchie" /
>
+ <
!--TODO:<rule ref="WCF.Functions.OpeningFunctionBraceKernighanRitchie" />--
>
<rule ref="WCF.Methods.MethodDeclaration" />
<rule ref="WCF.Namespaces.ClassMustBeImported" />
<rule ref="WCF.Namespaces.SortedUseDeclaration" />