File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ install:
7575 composer install ${COMPOSER_COLOR_OPTION} ${COMPOSER_OPTIONS} --prefer-dist --no-suggest --no-interaction
7676
7777# # project Configuration
78- configure :
78+ configure : configure-dev-env
7979
8080# Project tests
8181test : test-functional test-unit codestyle
@@ -109,5 +109,13 @@ scrutinizer-behat:
109109create-build-directories :
110110 mkdir -p ${PHPUNIT_COVERAGE_DIRECTORY} ${BEHAT_COVERAGE_DIRECTORY} ${REPORTS_DIRECTORY}
111111
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+
112120.PHONY : build install configure test test-unit test-functional codestyle create-build-directories scrutinizer-behat scrutinizer-phpunit
113121.DEFAULT : build
You can’t perform that action at this time.
0 commit comments