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:
d5226ba
)
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
Joshua Rüsweg
<josh@bastelstu.be>
Tue, 10 Apr 2018 11:47:40 +0000
(13:47 +0200)
(cherry picked from commit
7d9579785e17209c0058e11c573a1b4fb3989a10
)
CodeSniff/WCF/ruleset.xml
patch
|
blob
|
blame
|
history
diff --git
a/CodeSniff/WCF/ruleset.xml
b/CodeSniff/WCF/ruleset.xml
index 14ec70c94b4d156f74bc54c184f894e0f6002cec..ba7183f8c18ce12678eca66478c4a1d96d807fd4 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" />