|
124 | 124 | <value>Constant is not used</value> |
125 | 125 | </data> |
126 | 126 | <data name="DefaultProjectNameInspection" xml:space="preserve"> |
127 | | - <value>Project name is not specified</value> |
| 127 | + <value>Project name is not specified.</value> |
128 | 128 | </data> |
129 | 129 | <data name="EmptyStringLiteralInspection" xml:space="preserve"> |
130 | 130 | <value>Empty string literal</value> |
|
148 | 148 | <value>Member return type is implicitly 'Variant'</value> |
149 | 149 | </data> |
150 | 150 | <data name="MoveFieldCloserToUsageInspection" xml:space="preserve"> |
151 | | - <value>Scope of variable is broader than it needs to be</value> |
| 151 | + <value>Scope of variable is broader than it needs to be.</value> |
152 | 152 | </data> |
153 | 153 | <data name="MultilineParameterInspection" xml:space="preserve"> |
154 | | - <value>Parameter declaration is split on multiple lines</value> |
| 154 | + <value>Parameter declaration is split on multiple lines.</value> |
155 | 155 | </data> |
156 | 156 | <data name="MultipleDeclarationsInspection" xml:space="preserve"> |
157 | 157 | <value>Multiple declarations in single instruction</value> |
|
175 | 175 | <value>Obsolete Type hint usage</value> |
176 | 176 | </data> |
177 | 177 | <data name="OptionBaseInspection" xml:space="preserve"> |
178 | | - <value>'Option Base 1' is specified</value> |
| 178 | + <value>'Option Base 1' is specified.</value> |
179 | 179 | </data> |
180 | 180 | <data name="OptionExplicitInspection" xml:space="preserve"> |
181 | | - <value>'Option Explicit' is not specified</value> |
| 181 | + <value>'Option Explicit' is not specified.</value> |
182 | 182 | </data> |
183 | 183 | <data name="ParameterCanBeByValInspection" xml:space="preserve"> |
184 | | - <value>Parameter can be passed by value</value> |
| 184 | + <value>Parameter can be passed by value.</value> |
185 | 185 | </data> |
186 | 186 | <data name="ParameterNotUsedInspection" xml:space="preserve"> |
187 | | - <value>Parameter is not referred to</value> |
| 187 | + <value>Parameter is not referred to.</value> |
188 | 188 | </data> |
189 | 189 | <data name="ProcedureNotUsedInspection" xml:space="preserve"> |
190 | | - <value>Procedure is not referred to</value> |
| 190 | + <value>Procedure is not referred to.</value> |
191 | 191 | </data> |
192 | 192 | <data name="UnassignedVariableUsageInspection" xml:space="preserve"> |
193 | | - <value>Variable is used but not assigned</value> |
| 193 | + <value>Variable is used but not assigned.</value> |
194 | 194 | </data> |
195 | 195 | <data name="UntypedFunctionUsageInspection" xml:space="preserve"> |
196 | 196 | <value>Use of variant-returning string function</value> |
|
199 | 199 | <value>Use meaningful names</value> |
200 | 200 | </data> |
201 | 201 | <data name="VariableNotAssignedInspection" xml:space="preserve"> |
202 | | - <value>Variable is not assigned</value> |
| 202 | + <value>Variable is not assigned.</value> |
203 | 203 | </data> |
204 | 204 | <data name="VariableNotUsedInspection" xml:space="preserve"> |
205 | | - <value>Variable is not referred to</value> |
| 205 | + <value>Variable is not referred to.</value> |
206 | 206 | </data> |
207 | 207 | <data name="VariableTypeNotDeclaredInspection" xml:space="preserve"> |
208 | 208 | <value>Implicitly 'Variant' variable</value> |
|
211 | 211 | <value>Write-only property</value> |
212 | 212 | </data> |
213 | 213 | <data name="ProcedureCanBeWrittenAsFunctionInspection" xml:space="preserve"> |
214 | | - <value>Procedure can be written as a function</value> |
| 214 | + <value>Procedure can be written as a function.</value> |
215 | 215 | </data> |
216 | 216 | <data name="SelfAssignedDeclarationInspection" xml:space="preserve"> |
217 | | - <value>Object variable reference is auto-instantiated</value> |
| 217 | + <value>Object variable reference is auto-instantiated.</value> |
218 | 218 | </data> |
219 | 219 | <data name="FunctionReturnValueAlwaysDiscardedInspection" xml:space="preserve"> |
220 | | - <value>Function return value is always discarded</value> |
| 220 | + <value>Function return value is always discarded.</value> |
221 | 221 | </data> |
222 | 222 | <data name="ObjectVariableNotSetInspection" xml:space="preserve"> |
223 | | - <value>Object variable assignment requires 'Set' keyword</value> |
| 223 | + <value>Object variable assignment requires 'Set' keyword.</value> |
224 | 224 | </data> |
225 | 225 | <data name="MissingAnnotationArgumentInspection" xml:space="preserve"> |
226 | 226 | <value>Missing annotation parameter</value> |
|
301 | 301 | <value>Use of obsolete 'Error' statement</value> |
302 | 302 | </data> |
303 | 303 | <data name="UnreachableCaseInspection" xml:space="preserve"> |
304 | | - <value>Case Clause(s) cannot be reached</value> |
| 304 | + <value>Case Clause(s) cannot be reached.</value> |
305 | 305 | </data> |
306 | 306 | <data name="UnhandledOnErrorResumeNextInspection" xml:space="preserve"> |
307 | 307 | <value>Unhandled 'On Error Resume Next'</value> |
|
438 | 438 | <value>Suspicious Let assignment</value> |
439 | 439 | </data> |
440 | 440 | <data name="FunctionReturnValueDiscardedInspection" xml:space="preserve"> |
441 | | - <value>Function return value gets discarded</value> |
| 441 | + <value>Function return value gets discarded.</value> |
442 | 442 | </data> |
443 | 443 | <data name="ImplicitlyTypedConstInspection" xml:space="preserve"> |
444 | 444 | <value>Implicitly typed Const</value> |
|
0 commit comments