Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Uib Api Connector
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
IT-division Public
Drupal
Modules
Uib Api Connector
Merge requests
!3
Check php linter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Check php linter
check-php-linter
into
master
Overview
0
Commits
18
Pipelines
2
Changes
1
Merged
Imported
Cato Kolås
requested to merge
check-php-linter
into
master
1 year ago
Overview
0
Commits
18
Pipelines
2
Changes
1
Expand
Investigate how we use CI and check private php libraries and/or drupal modules.
0
0
Merge request reports
Viewing commit
d8d8d8d4
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d8d8d8d4
fish out version
· d8d8d8d4
Stein Magne Bjorklund
authored
1 year ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -26,6 +26,7 @@ php-compatibility-83:
variables
:
PHPVERSION
:
"
8.3"
script
:
-
phpcs --version
-
>-
phpcs -s -p --colors
--standard=PHPCompatibility
Loading