From 5c52a68d7caca98816ccc79938216d11e0adaf23 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Wed, 13 Jan 2016 23:07:00 +0100 Subject: [PATCH] tldrl now runs first, so it can spot more errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f254d5176..7f675b64a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ deps: @echo "OK" lint: - @bundle exec mdl --style ./scripts/markdown-style.rb pages @`pwd`/node_modules/.bin/tldr-lint ./pages + @bundle exec mdl --style ./scripts/markdown-style.rb pages .PHONY: default index setup prerequisites hooks deps lint