Skip to content
Snippets Groups Projects
Commit d7af8174 authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

add php-lint tester

no-ci
parent 9ba6a0e0
No related branches found
No related tags found
6 merge requests!31Sync 6-add-automated-secrets-detection with Master,!30Master,!29Sync develop with master,!28Sync 6-add-automated-secrets-detection with master,!27Update 7-add-dependency-check to SonarScanner 4.0,!22Resolve "add simple unit tests for containers"
TMP_DIR=`mktemp -d`
chmod 777 ${TMP_DIR}
touch "${TMP_DIR}/dumb php file with spaces.php"
touch "${TMP_DIR}/ddumb_php_file_without_spaces.php"
touch "${TMP_DIR}/$(printf '\u03c0').php"
docker run -it --rm -v "${TMP_DIR}:/work" its-registry.unl.edu/unl-its/docker-ci/php-lint:latest php-lint -d /work
echo $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment