зеркало из https://github.com/nextcloud/spreed.git
Only check (s)css files in css/
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
aff9cb68e6
Коммит
08c2d70e50
|
@ -8,4 +8,5 @@ if [ -z "$STYLELINT" ]; then
|
|||
fi
|
||||
|
||||
echo Checking stylesheets with $STYLELINT ...
|
||||
find -name "*.css" -print0 | xargs -0 $STYLELINT
|
||||
find css/ -name "*.css" -print0 | xargs -0 $STYLELINT
|
||||
find css/ -name "*.scss" -print0 | xargs -0 $STYLELINT
|
||||
|
|
Загрузка…
Ссылка в новой задаче