Skip to content

Commit 1f3c790

Browse files
Updated code fix name for SA1027 to be ok regardless of the 'useTabs' setting
#3102
1 parent 9c5d064 commit 1f3c790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SpacingResources.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/SpacingRules/SpacingResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
<value>Code should not contain space after new or stackalloc keyword in implicitly typed array allocation</value>
437437
</data>
438438
<data name="SA1027CodeFix" xml:space="preserve">
439-
<value>Replace tabs with spaces</value>
439+
<value>Fix tabs</value>
440440
</data>
441441
<data name="SA1027Description" xml:space="preserve">
442442
<value>The code contains a tab or space character which is not consistent with the current project settings.</value>

0 commit comments

Comments
 (0)