Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Nov 19, 2024
2 parents 4178e77 + c7badfa commit 97957c7
Show file tree
Hide file tree
Showing 4 changed files with 1,449 additions and 382 deletions.
1 change: 1 addition & 0 deletions ci/gitlab-ci/test_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ phpcs-analysis:
changes:
paths:
- "**/*.php"
- "tine20/phpcs.baseline.xml"
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS =~ /phpcs-analysis/
- if: $PIPELINE_TYPE =~ /default-tests/
- if: $PIPELINE_TYPE =~ /mr-tests/
Expand Down
2 changes: 1 addition & 1 deletion tine20/ActiveSync/Acl/Rights.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getAllApplicationRights()

/**
* get translated right descriptions
*
*
* @return array with translated descriptions for this applications rights
*/
public static function getTranslatedRightDescriptions()
Expand Down
2 changes: 1 addition & 1 deletion tine20/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"build": "./vendor/bin/phing",
"phpcs": "bash -c 'php ./vendor/bin/phpcs -s --standard=PSR12 --report=full --exclude=PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName,PSR2.Classes.PropertyDeclaration,PSR2.Methods.MethodDeclaration --extensions=php --ignore=vendor,library,Tinebase/views/autodiscover,Tinebase/js,config.inc.php --basepath=. ${1:-.}' --",
"phpcbf": "bash -c 'php ./vendor/bin/phpcbf -s --standard=PSR12 --report=full --exclude=PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName,PSR2.Classes.PropertyDeclaration,PSR2.Methods.MethodDeclaration --extensions=php --ignore=vendor,library,Tinebase/views/autodiscover --basepath=. ${1:-.}' --",
"phpcs-baseline": "php ./vendor/bin/phpcs -s --standard=PSR12 --report=\\\\DR\\\\CodeSnifferBaseline\\\\Reports\\\\Baseline --report-file=phpcs.baseline.xml --exclude=PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName,PSR2.Classes.PropertyDeclaration,PSR2.Methods.MethodDeclaration --extensions=php --ignore=vendor,library,Tinebase/views/autodiscover --basepath=. ."
"phpcs-baseline": "php ./vendor/bin/phpcs -s --standard=PSR12 --report=\\\\DR\\\\CodeSnifferBaseline\\\\Reports\\\\Baseline --report-file=phpcs.baseline.xml --exclude=PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName,PSR2.Classes.PropertyDeclaration,PSR2.Methods.MethodDeclaration --extensions=php --ignore=vendor,library,Tinebase/views/autodiscover,Tinebase/js --basepath=. ."
},
"support": {
"issues": "https://github.com/tine20/Tine-2.0-Open-Source-Groupware-and-CRM/issues",
Expand Down
Loading

0 comments on commit 97957c7

Please sign in to comment.