mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Update linter config
This commit is contained in:
parent
424bc20c27
commit
cf73efe8e0
14
.github/linters/.chktexrc
vendored
Normal file
14
.github/linters/.chktexrc
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
########################
|
||||
########################
|
||||
## 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
|
||||
}
|
1
.github/linters/.markdown-lint.yml
vendored
1
.github/linters/.markdown-lint.yml
vendored
@ -32,6 +32,7 @@ MD026:
|
||||
MD029: false # Ordered list item prefix
|
||||
MD033: false # Allow inline HTML
|
||||
MD036: false # Emphasis used instead of a heading
|
||||
MD041: false # First line in file should be a top level heading
|
||||
MD044: # Proper names should have the correct capitalization
|
||||
code_blocks: false
|
||||
html_elements: false
|
||||
|
Loading…
Reference in New Issue
Block a user