X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=4c9a9c832d8bf428830f2037923f7d34e15431bf;hb=d8ef4a893fc899471d415c4aa0bb1cad9ab9c2dc;hp=03c6a0d6fab44ea10284ea45db15bda8cecf8445;hpb=57bd9780c8bb58e150853c91c97001c299932807;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 03c6a0d6..4c9a9c83 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BIN = vendor/bin -all: static_analysis_summary check_permissions test +all: check_permissions test ## # Docker test adapter @@ -156,6 +156,7 @@ phpdoc: clean htmldoc: python3 -m venv venv/ bash -c 'source venv/bin/activate; \ + pip install wheel; \ pip install mkdocs; \ mkdocs build --clean' find doc/html/ -type f -exec chmod a-x '{}' \; @@ -173,4 +174,4 @@ eslint: ### Run CSSLint check against Shaarli's SCSS files sasslint: - @yarn run sass-lint -c .dev/.sasslintrc 'assets/default/scss/*.scss' -v -q + @yarn run stylelint --config .dev/.stylelintrc.js 'assets/default/scss/*.scss'