mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
ignore some markdown lints
This commit is contained in:
parent
a159f047dd
commit
6f5c747324
1 changed files with 12 additions and 0 deletions
12
.remarkrc
Normal file
12
.remarkrc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"plugins": {
|
||||||
|
"lint": {
|
||||||
|
"table-pipes": false,
|
||||||
|
"table-pipe-alignment": false,
|
||||||
|
"maximum-line-length": 120
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"commonmark": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue