Setup now installs markdown-lint. Make lint lints.

waldyrious/alt-syntax
Ruben Vereecken 2015-04-14 16:22:21 +02:00
parent 8ed9bc672f
commit 075c96c3ce
1 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,9 @@ setup:
@cp ./scripts/pre-commit .git/hooks
@chmod +x .git/hooks/pre-commit
@echo "Git pre-commit hook installed."
@gem install mdl --install-dir .gem
@echo "Installed required Ruby gems under .gem"
lint:
@GEM_PATH=.gem PATH=$(PATH):.gem/bin find pages -exec mdl {} --style ./scripts/markdown-style.rb 1>&2 \;