Skip to content

Commit 6e88cd9

Browse files
author
Fazle Rabbi
committed
1789 Setup MR review tools in GitLab
1 parent f8c84cd commit 6e88cd9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.codeclimate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
plugins:
2+
phpmd:
3+
enabled: true
4+
config:
5+
file_extensions:
6+
- php
7+
- inc
8+
rulesets: "unusedcode,codesize,naming,controversial,design"

.gitlab-ci.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
stages:
2+
- test
3+
- build
4+
- performance
5+
- dast
6+
- deploy
7+
18
variables:
2-
TO_PACKAGE: 'appinfo css img l10n lib templates js'
9+
TO_PACKAGE: "appinfo css img l10n lib templates js"
310

411
include:
512
- project: "e/infra/ecloud/nextcloud-apps/ci-templates"
@@ -8,3 +15,12 @@ include:
815
- project: "e/infra/ecloud/nextcloud-apps/ci-templates"
916
ref: main
1017
file: "nc-apps-deploy.yml"
18+
- project: "e/infra/ecloud/nextcloud-apps/ci-templates"
19+
ref: main
20+
file: "mr-review-tools.yml"
21+
- project: "e/infra/ecloud/nextcloud-apps/ci-templates"
22+
ref: main
23+
file: "git-operations.yml"
24+
- project: "e/infra/ecloud/nextcloud-apps/ci-templates"
25+
ref: main
26+
file: "populate-code-climate-default-config.yml"

0 commit comments

Comments
 (0)