Changes between Version 14 and Version 15 of Documentation/T3Q/Quality-Checks/Code-Style


Ignore:
Timestamp:
05/09/25 19:40:42 (10 months ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Quality-Checks/Code-Style

    v14 v15  
    286286        } 
    287287}}} 
     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 
     294This 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{{{ 
     297TODO 
     298}}}