Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!737
Issue
#3507536
: Switch to conditional usage of PHPStan for upstream incompatibilities
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3507536
: Switch to conditional usage of PHPStan for upstream incompatibilities
issue/project_browser-3507536:3507536-conditional-phpstan
into
2.0.x
Overview
0
Commits
6
Pipelines
9
Changes
5
Merged
Tim Plunkett
requested to merge
issue/project_browser-3507536:3507536-conditional-phpstan
into
2.0.x
1 month ago
Overview
0
Commits
6
Pipelines
9
Changes
2
Expand
Closes
#3507536
0
0
Merge request reports
Compare
version 2
version 7
35b45b26
1 month ago
version 6
946c7caf
1 month ago
version 5
5a734399
1 month ago
version 4
052eb6c0
1 month ago
version 3
f6b19f6d
1 month ago
version 2
7b660913
1 month ago
version 1
743e0b54
1 month ago
2.0.x (base)
and
version 3
latest version
cb1204cf
6 commits,
1 month ago
version 7
35b45b26
6 commits,
1 month ago
version 6
946c7caf
5 commits,
1 month ago
version 5
5a734399
8 commits,
1 month ago
version 4
052eb6c0
7 commits,
1 month ago
version 3
f6b19f6d
6 commits,
1 month ago
version 2
7b660913
5 commits,
1 month ago
version 1
743e0b54
4 commits,
1 month ago
Show latest version
2 files
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
11
−
0
Options
@@ -66,6 +66,17 @@ variables:
OPT_IN_TEST_NEXT_MINOR
:
1
OPT_IN_TEST_MAX_PHP
:
1
SKIP_COMPOSER_LINT
:
1
SKIP_PHPCS
:
1
SKIP_STYLELINT
:
1
SKIP_ESLINT
:
1
SKIP_CSPELL
:
1
SKIP_PHPSTAN
:
0
SKIP_NIGHTWATCH
:
1
SKIP_PHPUNIT
:
1
SKIP_TEST_ONLY_CHANGES
:
1
SKIP_PAGES
:
1
# @todo Remove when https://www.drupal.org/project/gitlab_templates/issues/3452183 lands.
.is-push-rule
:
&is-push-rule
if
:
$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
Loading