Skip to content

Commit

Permalink
Merge pull request #4 from allencloud/add-markdown-link-checker
Browse files Browse the repository at this point in the history
feature: add markdown link checker
  • Loading branch information
allencloud authored Nov 11, 2018
2 parents 6c30e6d + f4573ce commit 7914893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
RUN git clone https://github.com/markdownlint/markdownlint.git \
&& cd markdownlint && git checkout v0.5.0 && rake install

# install markdown-link-check from https://github.com/tcort/markdown-link-check
RUN npm install -g markdown-link-check

# install gometalinter containing misspell
RUN go get -u github.com/alecthomas/gometalinter
RUN gometalinter --install > /dev/null
Expand Down

0 comments on commit 7914893

Please sign in to comment.