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)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 24 Jun 2018 08:05:42 +0000 (10:05 +0200)
CodeSniff/WCF/ruleset.xml

index 5e4a339b0bd07fbe65b8f2df0ada8eb93621346f..1bcfc1e95fbd0a0343a1e24bd6bc2c2b263d9e5c 100644 (file)
@@ -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" />