Commit 7cd0f79
fix: invalid // comment headers break YAML/just parsing (use #)
The estate-standardization "Owner:" header was written with C-style // in
files that use # comments (.gitlab-ci.yml, Justfile), which is invalid and
breaks those parsers. Changed `// Owner:` -> `# Owner:`. (.adoc/.rs files are
left as-is: // is a valid comment there.)
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH21 parent e5dff6d commit 7cd0f79
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments