From c7234ad13a56ce5d0adbaee3a363e047a3e5f758 Mon Sep 17 00:00:00 2001 From: Alex Van Dyke Date: Tue, 6 Mar 2018 11:22:07 -0600 Subject: [PATCH] Removing global suppressions --- tests/Squidex.Tests/GlobalSuppressions.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/Squidex.Tests/GlobalSuppressions.cs diff --git a/tests/Squidex.Tests/GlobalSuppressions.cs b/tests/Squidex.Tests/GlobalSuppressions.cs deleted file mode 100644 index 8f1cbb214..000000000 --- a/tests/Squidex.Tests/GlobalSuppressions.cs +++ /dev/null @@ -1,14 +0,0 @@ -// ========================================================================== -// GlobalSuppressions.cs -// CivicPlus implementation of Squidex Headless CMS -// ========================================================================== -// This file is used by Code Analysis to maintain SuppressMessage -// attributes that are applied to this project. -// Project-level suppressions either have no target or are given -// a specific target and scoped to a namespace, type, member, etc. - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1633:File must have header", Justification = "CP Has their own headers.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1652:Enable XML documentation output", Justification = "CP Has their own headers.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1200:Using directives must be placed correctly", Justification = "Usings should be outside namespace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1101:Prefix local calls with this", Justification = "this. prefix isn't necessary.")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1116:Split parameters must start on line after declaration", Justification = "Not necessary")] \ No newline at end of file