SamsungDS / Spex

lint- and extract figures from NVMe specification documents.
https://samsungds.github.io/Spex/
3 stars 2 forks source link

Implement lint printing #6

Closed jwdevantier closed 1 year ago

jwdevantier commented 1 year ago

Presently, if we provide a docx or HTML input spec, we get a JSON output spec which also contains any linting errors encountered (provided they were not explicitly ignored due to command-line flags).

We need to also print these.

This is required to be a replacement for nvme-lint.

jwdevantier commented 1 year ago

We have decided NOT to print each linting issue. Instead, we print a single message indicating one or more linting errors were recorded and direct the user to the JSON output.