mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
13 lines
391 B
YAML
13 lines
391 B
YAML
|
###################################
|
||
|
###################################
|
||
|
## Natural language Linter rules ##
|
||
|
###################################
|
||
|
###################################
|
||
|
|
||
|
rules:
|
||
|
# https://github.com/sapegin/textlint-rule-terminology
|
||
|
terminology:
|
||
|
# AST: https://github.com/textlint/textlint/blob/master/docs/txtnode.md
|
||
|
skip: ["BlockQuote", "Link", "Code", "CodeBlock"]
|
||
|
|