diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-10 10:15:43 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-10 10:15:43 +0000 |
commit | 78d09e3ef3df117499c172604bfa2ff51d21351d (patch) | |
tree | f550a77a80cdaea9fea994d4152f041d808acdf1 /.markdownlint.json | |
parent | a52dbbbc5335a8ff35eb6b171eea5f019b6c7138 (diff) | |
download | gitlab-ce-78d09e3ef3df117499c172604bfa2ff51d21351d.tar.gz |
Start linting for unneeded dollar signs
Do not use dollar signs in shell codeblocks when
no output is shown
Diffstat (limited to '.markdownlint.json')
-rw-r--r-- | .markdownlint.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.markdownlint.json b/.markdownlint.json index 2c40c0859f0..f06c0766c38 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -8,7 +8,6 @@ "style": "dash" }, "line-length": false, - "commands-show-output": false, "no-duplicate-header": { "allow_different_nesting": true }, |