mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:32:55 +08:00
[CI/Build] Add markdown linter (#11857)
Signed-off-by: Rafael Vasquez <rafvasq21@gmail.com>
This commit is contained in:
@@ -101,3 +101,9 @@ markers = [
|
||||
"skip_v1: do not run this test with v1",
|
||||
"optional: optional tests that are automatically skipped, include --optional to run them",
|
||||
]
|
||||
|
||||
[tool.pymarkdown]
|
||||
plugins.md013.enabled = false # line-length
|
||||
plugins.md041.enabled = false # first-line-h1
|
||||
plugins.md033.enabled = false # inline-html
|
||||
plugins.md024.allow_different_nesting = true # no-duplicate-headers
|
||||
|
||||
Reference in New Issue
Block a user