We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c630f1d commit b7a1e90Copy full SHA for b7a1e90
.cirrus.yml
@@ -193,4 +193,3 @@ build_and_release_dotnet_task:
193
promote_script:
194
- source cirrus-env QA
195
- PowerShell -NonInteractive -NoProfile -File "${PIPELINE_SCRIPTS_DIR}\\promote.ps1"
196
- allow_failures: "true"
sonar-text-dotnet/src/SonarLint.Secrets.DotNet.UnitTests/Rules/GoogleCloudAccountKeyRuleTest.cs
@@ -28,7 +28,6 @@
28
using static SonarLint.Secrets.DotNet.UnitTests.JavaTestFileUtils;
29
using static SonarLint.Secrets.DotNet.UnitTests.TestUtils;
30
31
-@java.lang.SuppressWarnings("squid:S6335")
32
namespace SonarLint.Secrets.DotNet.UnitTests.Rules
33
{
34
[TestClass]
0 commit comments