From 8749f1523ec99dddcabf57c47a90d798cb0564c6 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Oct 2019 01:47:26 +0300 Subject: [PATCH] gitbook: revert to markdownlint-cli@0.18.0 as the latest version has false positives on MD044 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 089bb86f..d6b19913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ jobs: - "10" before_script: - npm install gitbook-cli -g - - npm install markdownlint-cli -g + - npm install markdownlint-cli@0.18.0 -g - gitbook -V - markdownlint -V script: