Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ines
Drupal9 skeleton
Commits
17ad1035
Commit
17ad1035
authored
Feb 08, 2021
by
Ines WALLON
Browse files
refactor gitlab-ci.yml
parent
793bd43c
Pipeline
#653
failed with stages
in 21 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/.gitlab/code_quality_php8.yml
View file @
17ad1035
...
...
@@ -3,7 +3,7 @@
image
:
libert/drupal-php-dev:8.0
needs
:
[
'
Build
Drupal'
]
PHPCS
:
PHPCS
PHP8
:
extends
:
.code_quality_php8
tags
:
-
spud
...
...
@@ -16,7 +16,7 @@ PHPCS:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "contrib_modules"
PHPMD
:
PHPMD
PHP8
:
extends
:
.code_quality_php8
tags
:
-
spud
...
...
@@ -25,7 +25,7 @@ PHPMD:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "contrib_modules"
PHPCPD
:
PHPCPD
PHP8
:
extends
:
.code_quality_php8
tags
:
-
spud
...
...
@@ -38,7 +38,7 @@ PHPCPD:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "contrib_modules"
PHPStan
:
PHPStan
PHP8
:
extends
:
.code_quality_php8
tags
:
-
spud
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment