Open mrwilson opened 1 year ago
The project assumes some things about the structure of the ADRs based on adr-tools and common variations of the ADR format.
adr-tools
It'd be useful to have a separate linting capability so users can test these things. Things like:
$ adr-viewer --lint --adr-path adrs/ ✅ 0001-adr-one.md ❌ 0002-adr-two.md - Missing useful fields: status ❌ 0003-adr-three.exe.md - Unable to parse file as markdown in ADR format
The project assumes some things about the structure of the ADRs based on
adr-tools
and common variations of the ADR format.It'd be useful to have a separate linting capability so users can test these things. Things like: