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:
a7eeb72
)
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>
Sun, 24 Jun 2018 08:05:42 +0000
(10:05 +0200)
CodeSniff/WCF/ruleset.xml
patch
|
blob
|
blame
|
history
diff --git
a/CodeSniff/WCF/ruleset.xml
b/CodeSniff/WCF/ruleset.xml
index 5e4a339b0bd07fbe65b8f2df0ada8eb93621346f..1bcfc1e95fbd0a0343a1e24bd6bc2c2b263d9e5c 100644
(file)
--- a/
CodeSniff/WCF/ruleset.xml
+++ b/
CodeSniff/WCF/ruleset.xml
@@
-42,7
+42,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.UseDeclaration" />