Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f28760b5 authored by Fazle Rabbi's avatar Fazle Rabbi
Browse files

Merge branch 'dev/1789-setup-mr-review-tools-in-gitlab' into 'main'

1789 Setup MR review tools in GitLab

See merge request !160
parents eed39940 4436d2ed
Loading
Loading
Loading
Loading
Loading

.codeclimate.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
plugins:
  phpmd:
    enabled: true
    config:
      file_extensions:
        - php
        - inc
      rulesets: "unusedcode,codesize,naming,controversial,design"
+16 −0
Original line number Diff line number Diff line
stages:
  - test
  - build
  - performance
  - dast
  - deploy

variables:
    TO_PACKAGE: 'appinfo l10n lib templates js img css'
include:
@@ -7,6 +14,15 @@ include:
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "nc-apps-deploy.yml"
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "mr-review-tools.yml"
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "git-operations.yml"
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "populate-code-climate-default-config.yml"

build-vendor:
  stage: build