Skip to content

Commit b7a1e90

Browse files
Remove Java annotation from .Net test file (#165)
1 parent c630f1d commit b7a1e90

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,3 @@ build_and_release_dotnet_task:
193193
promote_script:
194194
- source cirrus-env QA
195195
- PowerShell -NonInteractive -NoProfile -File "${PIPELINE_SCRIPTS_DIR}\\promote.ps1"
196-
allow_failures: "true"

sonar-text-dotnet/src/SonarLint.Secrets.DotNet.UnitTests/Rules/GoogleCloudAccountKeyRuleTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
using static SonarLint.Secrets.DotNet.UnitTests.JavaTestFileUtils;
2929
using static SonarLint.Secrets.DotNet.UnitTests.TestUtils;
3030

31-
@java.lang.SuppressWarnings("squid:S6335")
3231
namespace SonarLint.Secrets.DotNet.UnitTests.Rules
3332
{
3433
[TestClass]

0 commit comments

Comments
 (0)