Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Merge requests
!17
Draft: Ci opt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Ci opt
ci-opt
into
main
Overview
0
Commits
2
Pipelines
27
Changes
1
Open
Jan-Hendrik Willms
requested to merge
ci-opt
into
main
3 months ago
Overview
0
Commits
2
Pipelines
27
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c4e49440
Show latest version
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c4e49440
phpstan only needs to react to relevant changes
· c4e49440
Jan-Hendrik Willms
authored
3 months ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
5
−
1
Options
@@ -236,7 +236,11 @@ phpstan:
stage
:
analyse
needs
:
[
build-composer
]
rules
:
-
!reference
[
.definitions
,
php-changed
]
changes
:
-
app/controllers/**/*.php
-
lib/**/*.php
-
tests/**/*.php
variables
:
CACHE_LOCATION
:
$CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT
:
$REPORT_DIR/phpstan-codequality.json
Loading