gitlab-org--gitlab-foss/.markdownlint.json
Marcel Amirault 78d09e3ef3 Start linting for unneeded dollar signs
Do not use dollar signs in shell codeblocks when
no output is shown
2019-09-10 10:15:43 +00:00

30 lines
560 B
JSON

{
"default": true,
"first-header-h1": true,
"header-style": {
"style": "atx"
},
"ul-style": {
"style": "dash"
},
"line-length": false,
"no-duplicate-header": {
"allow_different_nesting": true
},
"no-trailing-punctuation": {
"punctuation": ".,;:!。,;:!?"
},
"ol-prefix": {
"style": "one"
},
"no-inline-html": false,
"hr-style": {
"style": "---"
},
"no-emphasis-as-heading": false,
"fenced-code-language": false,
"first-line-h1": false,
"code-block-style": {
"style": "fenced"
}
}