We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9992597 commit abb7861Copy full SHA for abb7861
Makefile
@@ -109,5 +109,13 @@ scrutinizer-behat:
109
create-build-directories:
110
mkdir -p ${PHPUNIT_COVERAGE_DIRECTORY} ${BEHAT_COVERAGE_DIRECTORY} ${REPORTS_DIRECTORY}
111
112
+.PHONY: configure-dev-env
113
+configure-dev-env:
114
+ npm install --global remark-cli remark-preset-lint-consistent remark-preset-lint-recommended remark-lint-list-item-indent
115
+
116
+.PHONY: lint-markdown
117
+lint-markdown:
118
+ npx remark . --output
119
120
.PHONY: build install configure test test-unit test-functional codestyle create-build-directories scrutinizer-behat scrutinizer-phpunit
121
.DEFAULT: build
0 commit comments