Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Dec 14, 2024
1 parent 033678e commit 9766aa2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public static class DiagnosticDescriptors
public static readonly DiagnosticDescriptor Rule0080AnalyzeJsonTokenJPath = new(
id: LinterCopAnalyzers.AnalyzerPrefix + "0080",
title: LinterCopAnalyzers.GetLocalizableString("Rule0080AnalyzeJsonTokenJPathTitle"),
messageFormat: LinterCopAnalyzers.GetLocalizableString("Rule0080AnalyzePathOnJsonTokenFormat"),
messageFormat: LinterCopAnalyzers.GetLocalizableString("Rule0080AnalyzeJsonTokenJPathFormat"),
category: "Design",
defaultSeverity: DiagnosticSeverity.Warning, isEnabledByDefault: true,
description: LinterCopAnalyzers.GetLocalizableString("Rule0080AnalyzePathOnJsonTokenDescription"),
description: LinterCopAnalyzers.GetLocalizableString("Rule0080AnalyzeJsonTokenJPathDescription"),
helpLinkUri: "https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0080");
}
}
Expand Down

0 comments on commit 9766aa2

Please sign in to comment.