mirror of
https://github.com/vacp2p/rfc-index.git
synced 2026-01-08 23:28:15 -05:00
Update .markdownlint.json (#106)
Remove 80 characters line length requirement - Semantic breaks must still be enforced. Remove requirements to remove headings with the same content. - If multiple headings have the same headings, those headings should not be referenced within the document.
This commit is contained in:
5
.github/workflows/.markdownlint.json
vendored
5
.github/workflows/.markdownlint.json
vendored
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"MD013": {
|
||||
"tables": false,
|
||||
"code_blocks" : false
|
||||
"code_blocks" : false,
|
||||
"line_length" : false
|
||||
}
|
||||
|
||||
"MD024": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user