Skip to content

Commit 63b6e89

Browse files
committed
Fix RS1031 (Define diagnostic title correctly)
1 parent eb3c9b7 commit 63b6e89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/OrderingResources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/OrderingResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<value>Using static directives should be placed at the correct location</value>
281281
</data>
282282
<data name="SA1216Title" xml:space="preserve">
283-
<value>Using static directives should be placed at the correct location.</value>
283+
<value>Using static directives should be placed at the correct location</value>
284284
</data>
285285
<data name="SA1217Description" xml:space="preserve">
286286
<value>All using static directives should be ordered alphabetically.</value>

0 commit comments

Comments
 (0)