From 680dc8a1055e9ace9548406a2939670733b53dd4 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Fri, 1 Mar 2019 07:32:51 +0100 Subject: [PATCH] Run remark in `doc` directory, too. --- ci/base-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base-tests.sh b/ci/base-tests.sh index d2b959a2d9d..5a1a3888df4 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -4,7 +4,7 @@ echo "Running clippy base tests" PATH=$PATH:./node_modules/.bin if [ "$TRAVIS_OS_NAME" == "linux" ]; then - remark -f *.md > /dev/null + remark -f *.md -f doc/*.md > /dev/null fi # build clippy in debug mode and run tests cargo build --features debugging