Skip to content

Commit 7af55b8

Browse files
author
Kapil Borle
committed
Add error strings for UseWhitespace rule
1 parent 3e9f988 commit 7af55b8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Rules/Strings.resx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,10 @@
924924
<data name="UseWhitespaceDescription" xml:space="preserve">
925925
<value>Check for whitespace between keyword and open paren/curly, around assigment operator ('='), around arithmetic operators and after separators (',' and ';')</value>
926926
</data>
927-
<data name="UseWhitespaceError" xml:space="preserve">
928-
<value>Use space</value>
927+
<data name="UseWhitespaceErrorBeforeBrace" xml:space="preserve">
928+
<value>Use space before open brace.</value>
929+
</data>
930+
<data name="UseWhitespaceErrorBeforeParen" xml:space="preserve">
931+
<value>Use space before open parenthesis.</value>
929932
</data>
930933
</root>

0 commit comments

Comments
 (0)