Skip to content

Commit 19828fa

Browse files
author
Kapil Borle
committed
Rephrase UseDeclaredVarsMoreThanAssignment description
1 parent bf472e4 commit 19828fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rules/Strings.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.

Rules/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<value>Cmdlet Verbs</value>
161161
</data>
162162
<data name="UseDeclaredVarsMoreThanAssignmentsDescription" xml:space="preserve">
163-
<value>Checks that variables are used in more than just their assignment. Generally this is a red flag that a variable is not needed.</value>
163+
<value>Ensure declared variables are used elsewhere in the script and not just during assignment.</value>
164164
</data>
165165
<data name="UseDeclaredVarsMoreThanAssignmentsError" xml:space="preserve">
166166
<value>The variable '{0}' is assigned but never used.</value>

0 commit comments

Comments
 (0)