From 0b73a13910db55484181536ccafaa416d67abee3 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Tue, 6 Dec 2016 12:55:28 +0100 Subject: [PATCH] mdlint: allow dollar signs used before commands without showing output --- .mdlrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdlrc b/.mdlrc index d1fda796..bb5535c3 100644 --- a/.mdlrc +++ b/.mdlrc @@ -4,3 +4,4 @@ rules "~MD012", // alert on multiple consecutive blank lines "~MD013", // line length should be no more than 80 characters + "~MD014", // Dollar signs used before commands without showing output