File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 run : npm install
9999
100100 - name : run textlint
101- run : make textlint
101+ run : make textlint format=github
Original file line number Diff line number Diff line change @@ -44,8 +44,12 @@ misspell: $(MISSPELL)
4444.PHONY : textlint
4545textlint :
4646 @if ! npm ls textlint; then npm install; fi
47- npx textlint .
4847
48+ @if [ "$(format)" = "github" ]; then \
49+ npx textlint --format github .; \
50+ else \
51+ npx textlint .; \
52+ fi
4953.PHONY : textlint-correction
5054textlint-correction :
5155 @if ! npm ls textlint; then npm install; fi
Original file line number Diff line number Diff line change 33 "markdown-link-check" : " 3.14.2" ,
44 "markdown-toc" : " 1.2.0" ,
55 "markdownlint-cli" : " 0.47.0" ,
6- "textlint" : " 15.5.0 " ,
6+ "textlint" : " 15.5.1 " ,
77 "textlint-filter-rule-allowlist" : " 4.0.0" ,
88 "textlint-filter-rule-comments" : " 1.3.0" ,
99 "textlint-rule-common-misspellings" : " 1.0.1" ,
You can’t perform that action at this time.
0 commit comments