Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_mpexec, drp_tasks, ip_isr, pex_config, pipe_base, pipe_tasks, verify
-
Story Points:10
-
Epic Link:
-
Sprint:Ops Pipelines 2023
-
Team:Data Release Production
Description
Currently, doc=None is allowed for config parameters. We should not be allowing for configuration parameters with no description, so the existence of a doc string should be imposed.
I think empty doc strings should be allowed (although not recommended), otherwise we'll just get doc strings such as " " and "doc". Wasn't the problem with None, not ""?
Also, doesn't this need to be merged before we can merge
DM-3811? Otherwise --show config can fail (this was how I first found the problem)