Disable space after braces sniff for now because of method return types
authorMatthias Schmidt <gravatronics@live.com>
Thu, 8 Feb 2018 18:27:31 +0000 (19:27 +0100)
committerJoshua 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

index 14ec70c94b4d156f74bc54c184f894e0f6002cec..ba7183f8c18ce12678eca66478c4a1d96d807fd4 100644 (file)
@@ -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" />