Commit e16430e
[code-simplifier] refactor: fix orphaned comments in schema_validation.go (#19100)
* refactor: fix orphaned comments in schema_validation.go
Remove stale comments referencing old function names
(ValidateMainWorkflowFrontmatterWithSchema and
ValidateIncludedFileFrontmatterWithSchema) that were disconnected
from their renamed counterparts. Merge the detailed description block
into the proper doc comment for ValidateMainWorkflowFrontmatterWithSchemaAndLocation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ci: trigger CI checks
---------
Co-authored-by: GitHub Copilot <copilot@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 67e762b commit e16430e
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
78 | | - | |
79 | | - | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
0 commit comments