]> git.wh0rd.org - tt-rss.git/blobdiff - utils/gitlab-ci/php-lint.sh
strip_harmful_tags: remove data- attributes
[tt-rss.git] / utils / gitlab-ci / php-lint.sh
index 172abd873150ba789e508329060eca12fcfe9d6d..9bd513f88499cad2164f9810ee2e6998897b2a3b 100644 (file)
@@ -1,3 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l