Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions Analyzers/Analyzers.Test/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
Target = "~M:Skyline.DataMiner.Utils.SecureCoding.Analyzers.Tests.AnalyzerVerifierHelper.BuildDiagnosticResult(System.String,Microsoft.CodeAnalysis.DiagnosticSeverity,System.Int32,System.Int32)~Microsoft.CodeAnalysis.Testing.DiagnosticResult")]

[assembly: SuppressMessage(
"SonarQube",
"S2699:Tests should include assertions",
Justification = "Tests should include assertions is not a valid remark for Roslyn Analyzers Unit Tests.")]
"SonarQube",
"S2699:Tests should include assertions",
Justification = "Tests should include assertions is not a valid remark for Roslyn Analyzers Unit Tests.")]

[assembly: SuppressMessage(
"Compiler",
"CS0618:'MSTestVerifier' is obsolete",
Justification = "Legacy test verifier still in use for compatibility.")]