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 c3e25d2 commit 93b7a2bCopy full SHA for 93b7a2b
csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpDiagnosticClassifier.cs
@@ -31,7 +31,7 @@ public DiagnosticMessage ToDiagnosticMessage<T>(Autobuilder<T> builder) where T
31
$"missing-xamarin-{this.SDKName.ToLower()}-sdk",
32
$"Missing Xamarin SDK for {this.SDKName}"
33
);
34
- diag.MarkdownMessage = $"Please [configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
+ diag.MarkdownMessage = $"[Configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
35
36
return diag;
37
}
0 commit comments