Skip to content

Commit a279d6a

Browse files
committed
Change the SA0002 exception message layout
1 parent b9881f0 commit a279d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Settings/SettingsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private static StyleCopSettings GetStyleCopSettings(ImmutableArray<AdditionalTex
169169

170170
if (root == null)
171171
{
172-
throw new JsonException($"Settings file at `{Path.GetFileName(additionalFile.Path)}` was missing or empty.");
172+
throw new JsonException($"Settings file at '{Path.GetFileName(additionalFile.Path)}' was missing or empty.");
173173
}
174174

175175
return root.Settings;

0 commit comments

Comments
 (0)