Skip to content

Commit

Permalink
ci(test/phpcs): fix: set correct basepath for customapps
Browse files Browse the repository at this point in the history
  • Loading branch information
byteplow committed Nov 5, 2024
1 parent 952138a commit 242815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gitlab-ci/test_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ phpcs-analysis:
- >
php vendor/bin/phpcs -s --standard=PSR12 --report=full --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=${CI_PROJECT_DIR}/phpcs-report.json
--exclude=PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName,PSR2.Classes.PropertyDeclaration,PSR2.Methods.MethodDeclaration
--extensions=php --ignore=vendor,library,Tinebase/views/autodiscover --basepath=./tine20 $dir
--extensions=php --ignore=vendor,library,Tinebase/views/autodiscover --basepath=$dir $dir
artifacts:
reports:
codequality: ${CI_PROJECT_DIR}/phpcs-report.json
Expand Down

0 comments on commit 242815f

Please sign in to comment.