Commit 3031ef5e authored by jswaelens's avatar jswaelens
Browse files

Merge branch '5780-update-php-codesniffer-gitlab-ci-so-that-it-stop-on-error' into '1.3-dev'

Resolve "Update php-codesniffer gitlab-ci so that it stop on error"

Closes #5780

See merge request fusiondirectory/fd!149
Showing with 2 additions and 1 deletion
+2 -1
......@@ -66,7 +66,8 @@ create_php_code_sniffer_rapport:
- apt-get install -y -qq git php-cli php-codesniffer
script:
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \;
- find . -type f -name '*.php' -o -name '*.inc' > ./filelist
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
# PHP lint
create_php_lint_rapport:
......
  • bmortier @bmortier

    mentioned in commit bc835f4c

    By Jonathan Swaelens on 2018-04-05T20:12:22 (imported from GitLab)

    ·

    mentioned in commit bc835f4c

    By Jonathan Swaelens on 2018-04-05T20:12:22 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !213

    By bmortier on 2018-04-05T20:12:22 (imported from GitLab)

    ·

    mentioned in merge request !213

    By bmortier on 2018-04-05T20:12:22 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit 18209a45

    By bmortier on 2018-04-05T20:12:31 (imported from GitLab)

    ·

    mentioned in commit 18209a45

    By bmortier on 2018-04-05T20:12:31 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit 452126d7

    By bmortier on 2018-04-05T20:34:56 (imported from GitLab)

    ·

    mentioned in commit 452126d7

    By bmortier on 2018-04-05T20:34:56 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !214

    By bmortier on 2018-04-05T20:35:27 (imported from GitLab)

    ·

    mentioned in merge request !214

    By bmortier on 2018-04-05T20:35:27 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit 080cd61f

    By bmortier on 2018-04-05T20:44:42 (imported from GitLab)

    ·

    mentioned in commit 080cd61f

    By bmortier on 2018-04-05T20:44:42 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment