Skip to content

Commit

Permalink
Remove "base"
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Dec 11, 2023
1 parent cea4874 commit 66968ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public abstract class UtilityAnalyzerBase<TSyntaxKind, TMessage> : UtilityAnalyz
protected sealed override void Initialize(SonarAnalysisContext context) =>
context.RegisterCompilationStartAction(startContext =>
{
var parameters = base.ReadParameters(startContext);
var parameters = ReadParameters(startContext);
if (!parameters.IsAnalyzerEnabled)
{
return;
Expand Down

0 comments on commit 66968ec

Please sign in to comment.