Changes between Version 15 and Version 16 of Documentation/T3Q/Quality-Checks/Code-Style
- Timestamp:
- 05/09/25 19:41:04 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/T3Q/Quality-Checks/Code-Style
v15 v16 292 292 * '''Dependant Tags in XML Configuration''': - 293 293 294 This check makes sure there are no ''' AnyValueOrNone''' assignments to "list" values (assignments to values within a template or value of a record of type). This currently covers references to local variables, formal parameters, component variables, return types of functions, and defined templates.294 This check makes sure there are no '''!AnyValueOrNone''' assignments to "list" values (assignments to values within a template or value of a record of type). This currently covers references to local variables, formal parameters, component variables, return types of functions, and defined templates. 295 295 296 296 {{{