]> 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>
Wed, 14 Dec 2016 11:45:11 +0000 (12:45 +0100)
commitd5b4e09ec4c516aec98d7f33fc238f6054d3c8e4
tree62adcb7d09d8f93fd380b2337b0c70ab7d3907db
parentc75d6ad850b0106994269fa203a884e1b89eee9e
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]