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:
authorJoachim Bauch <bauch@struktur.de>2016-10-13 18:09:42 +0300
committerJoachim Bauch <bauch@struktur.de>2016-10-14 15:39:10 +0300
commit0e0b2cb05d414135670d38030d83d9128978fd44 (patch)
tree1cfffcffc11438e55629a6510c404fb0006021d1 /run-eslint.sh
parent7a1b1dcd144cde2ae0e7ee9bba9de51ba516dc96 (diff)
Check JavaScript / CSS files for errors/style using Drone CI (#42).
Diffstat (limited to 'run-eslint.sh')
-rwxr-xr-xrun-eslint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-eslint.sh b/run-eslint.sh
index 9b248ccc8..50548f107 100755
--- a/run-eslint.sh
+++ b/run-eslint.sh
@@ -8,4 +8,4 @@ if [ -z "$ESLINT" ]; then
fi
echo Checking scripts with $ESLINT ...
-find -name "*.js" -not -name "simplewebrtc.js" -print0 | xargs -0 $ESLINT
+find -name "*.js" -print0 | xargs -0 $ESLINT