Skip to content

Commit 93b7a2b

Browse files
committed
Fix: drop please
1 parent c3e25d2 commit 93b7a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpDiagnosticClassifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public DiagnosticMessage ToDiagnosticMessage<T>(Autobuilder<T> builder) where T
3131
$"missing-xamarin-{this.SDKName.ToLower()}-sdk",
3232
$"Missing Xamarin SDK for {this.SDKName}"
3333
);
34-
diag.MarkdownMessage = $"Please [configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
34+
diag.MarkdownMessage = $"[Configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
3535

3636
return diag;
3737
}

0 commit comments

Comments
 (0)