]> git.mxchange.org Git - friendica.git/commit
added lint.sh which needs to be executed like this:
authorRoland Häder <roland@mxchange.org>
Wed, 14 Dec 2016 11:45:11 +0000 (12:45 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Dec 2016 13:23:09 +0000 (14:23 +0100)
commit7f1da5b1a9b3cc63dbc158d1e18b26f09e5c9865
tree4ef0241e3ae9c49880ee69461f4572e974ffd606
parent4615f3983667a1d97d99b319d486d9616797a67c
added lint.sh which needs to be executed like this:

$ ./util/lint.sh

No parameters needed. It will use "php -l" (current interpreter) for checking
for syntax errors in all PHP scripts.

Signed-off-by: Roland Häder <roland@mxchange.org>
util/lint.sh [new file with mode: 0755]