Skip to content

Commit fd7663e

Browse files
travisclagronebergmeister
authored andcommitted
Update engine resource string 'WrongKeyHashTable' to include all valid settings hashtable keys (#1273)
* Update engine resource string 'WrongKeyHashTable' to include all valid settings hashtable keys * re-order to be alphabetically and update auto generated comment
1 parent b1a8187 commit fd7663e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Engine/Strings.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Engine/Strings.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<value>Key {0} in the settings is not a string.</value>
239239
</data>
240240
<data name="WrongKeyHashTable" xml:space="preserve">
241-
<value>{0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity.</value>
241+
<value>{0} is not a valid key in the settings hashtable. Valid keys are CustomRulePath, ExcludeRules, IncludeRules, IncludeDefaultRules, RecurseCustomRulePath, Rules and Severity.</value>
242242
</data>
243243
<data name="WrongValueHashTable" xml:space="preserve">
244244
<value>Value {0} for key {1} has the wrong data type.</value>

0 commit comments

Comments
 (0)