Idris2/.github/linters/.chktexrc
2023-09-07 14:57:22 +01:00

15 lines
331 B
Plaintext

########################
########################
## LaTeX Linter rules ##
########################
########################
CmdLine {
# Command terminated with space.
--nowarn 1
# You ought to remove spaces in front of punctuation.
# This gets confused in code blocks, failing on eg. `x : Nat`
--nowarn 26
}