Changes between Version 14 and Version 15 of Documentation/T3Q/Quality-Checks/Code-Style
- Timestamp:
- 05/09/25 19:40:42 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/T3Q/Quality-Checks/Code-Style
v14 v15 286 286 } 287 287 }}} 288 289 290 ==== There Must Be No !AnyValueOrNone in List Values ==== 291 * '''Symbolic Name in XML Configuration''': checkNoAnyValueOrNoneInListValues 292 * '''Dependant Tags in XML Configuration''': - 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. 295 296 {{{ 297 TODO 298 }}}
