Skip to content

Commit

Permalink
Merge branch 'main' into incompatible-visibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Oct 24, 2023
2 parents e9b66a1 + 46be3b8 commit 3e7d5aa
Show file tree
Hide file tree
Showing 3,084 changed files with 5,367 additions and 5,184 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Loading

0 comments on commit 3e7d5aa

Please sign in to comment.