Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Merge requests
!27
tuleap-108-add-stricter-code-quality-tools-configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
tuleap-108-add-stricter-code-quality-tools-configuration
tuleap-108-add-stricter-code-quality-tools-configuration
into
main
Overview
10
Commits
21
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
Merged
tuleap-108-add-stricter-code-quality-tools-configuration
Camille Simiand
requested to merge
tuleap-108-add-stricter-code-quality-tools-configuration
into
main
Dec 31, 2021
Overview
10
Commits
21
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
33852331
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
33852331
Re add tests/unit directory and set phpstan level to 1
· 33852331
Camille Simiand
authored
Jan 6, 2022
composer.json
+
1
−
1
View file @ 33852331
Edit in single-file editor
Open in Web IDE
Show full file
@@ -117,7 +117,7 @@
"tests"
:
"php ./vendor/bin/phpunit"
,
"phpcs"
:
"php ./vendor/bin/phpcs src/ tests/"
,
"phpcbf"
:
"php ./vendor/bin/phpcbf src/ tests/"
,
"phpstan"
:
"php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/ -l
8
"
,
"phpstan"
:
"php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/ -l
1
"
,
"php-cs-fixer"
:
"tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/ tests/unit/ tests/functional/"
},
"conflict"
:
{
Loading