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>
Thu, 8 Feb 2018 18:27:31 +0000 (19:27 +0100)
CodeSniff/WCF/ruleset.xml

index ae526285e1a5236f07bd357abd41dae5de98a910..2f4b4b24f5e0fbba9a33ce715343cb25d4deab73 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" />