We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9881f0 commit a279d6aCopy full SHA for a279d6a
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Settings/SettingsHelper.cs
@@ -169,7 +169,7 @@ private static StyleCopSettings GetStyleCopSettings(ImmutableArray<AdditionalTex
169
170
if (root == null)
171
{
172
- throw new JsonException($"Settings file at `{Path.GetFileName(additionalFile.Path)}` was missing or empty.");
+ throw new JsonException($"Settings file at '{Path.GetFileName(additionalFile.Path)}' was missing or empty.");
173
}
174
175
return root.Settings;
0 commit comments