Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jun 11, 2024
2 parents b2e7eb7 + 8cce21f commit 02a7764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lombiq.TrainingDemo/Controllers/ApiController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ namespace Lombiq.TrainingDemo.Controllers;
[System.Diagnostics.CodeAnalysis.SuppressMessage(
"Major Code Smell",
"S6961:API Controllers should derive from ControllerBase instead of Controller",
Justification = "Seems to be a false positive as per line 62.")]
Justification = "Can't be changed due to line 62. Will be applicable after an Orchard upgrade due to " +
"https://github.com/OrchardCMS/OrchardCore/issues/16186 being fixed.")]
public class ApiController : Controller
{
private readonly IAuthorizationService _authorizationService;
Expand Down

0 comments on commit 02a7764

Please sign in to comment.