Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-06 00:19:46 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-06 00:19:46 +0300
commit6f0ed57bb4f692de22aa485c6247d6fe15f97906 (patch)
treedc47f198061a8f1c5409bbb5743d002d44f5d553 /run-stylelint.sh
parent85b386029374c52fa060fd0f4b2425a10cd8afe8 (diff)
Unify the stylelinting into 1 call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'run-stylelint.sh')
-rwxr-xr-xrun-stylelint.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run-stylelint.sh b/run-stylelint.sh
index 5fbea51da..0b4344a34 100755
--- a/run-stylelint.sh
+++ b/run-stylelint.sh
@@ -8,5 +8,4 @@ if [ -z "$STYLELINT" ]; then
fi
echo Checking stylesheets with $STYLELINT ...
-find css/ -name "*.css" -print0 | xargs -0 $STYLELINT
-find css/ -name "*.scss" -print0 | xargs -0 $STYLELINT
+$STYLELINT -f verbose css