riscv / docs-spec-template

https://lists.riscv.org/g/sig-documentation
Creative Commons Attribution 4.0 International
18 stars 19 forks source link

add pre-commit to disallow other asciidoc file extensions #20

Closed kbroch-rivosinc closed 5 months ago

kbroch-rivosinc commented 5 months ago

per this: https://asciidoctor.org/docs/asciidoc-recommended-practices/#document-extension We can exclude .asciidoc and .asc files from the repo with a simple check https://pre-commit.com/index.html#fail

PR to follow...