Closed maxb closed 1 year ago
Currently, if you run make generate | grep WARN there are thousands of warnings due to endpoints missing summaries or descriptions.
make generate | grep WARN
The overwhelming number of warnings makes it harder to spot genuine errors in the templates - e.g. #177.
This change wraps each unconditional reference to summary or description in an {{#if}} to cure the warnings.
{{#if}}
There are no changes to the generated files as a result of these changes - just the warnings are cured.
Description
Currently, if you run
make generate | grep WARN
there are thousands of warnings due to endpoints missing summaries or descriptions.The overwhelming number of warnings makes it harder to spot genuine errors in the templates - e.g. #177.
This change wraps each unconditional reference to summary or description in an
{{#if}}
to cure the warnings.How has this been tested?
There are no changes to the generated files as a result of these changes - just the warnings are cured.