Skip to content

Commit

Permalink
Update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
madman-bob committed Sep 1, 2023
1 parent a51da70 commit f697ddd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/linters/.chktexrc
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f697ddd

Please sign in to comment.