mirror of https://github.com/CrimsonTome/tldr.git
Setup now installs markdown-lint. Make lint lints.
parent
8ed9bc672f
commit
075c96c3ce
6
Makefile
6
Makefile
|
@ -6,3 +6,9 @@ setup:
|
||||||
@cp ./scripts/pre-commit .git/hooks
|
@cp ./scripts/pre-commit .git/hooks
|
||||||
@chmod +x .git/hooks/pre-commit
|
@chmod +x .git/hooks/pre-commit
|
||||||
@echo "Git pre-commit hook installed."
|
@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 \;
|
||||||
|
|
Loading…
Reference in New Issue