Skip to content

Commit 67fc917

Browse files
committed
Modify error strings and test file fields
1 parent 3a62693 commit 67fc917

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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
@@ -730,7 +730,7 @@
730730
<value>Avoid Using Deprecated Manifest Fields</value>
731731
</data>
732732
<data name="AvoidUsingDeprecatedManifestFieldsDescription" xml:space="preserve">
733-
<value>Some manifest fields are obsolte in the latest PowerShell version. Please update with the latest manifest fields in modules to avoid PowerShell version inconsistency.</value>
733+
<value>Some manifest fields are obsolete in the latest PowerShell version. Please update with the latest manifest fields in modules to avoid PowerShell version inconsistency.</value>
734734
</data>
735735
<data name="AvoidUsingDeprecatedManifestFieldsName" xml:space="preserve">
736736
<value>AvoidUsingDeprecatedManifestFields</value>
4 Bytes
Binary file not shown.

Tests/Rules/TestBadModule/TestDeprecatedManifestFields.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
ModuleToProcess ='scriptanalyzer'
12+
ModuleToProcess ='psscriptanalyzer'
1313

1414
# Version number of this module.
1515
ModuleVersion = '1.0'

0 commit comments

Comments
 (0)