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

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

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

1789 Setup MR review tools in GitLab

See merge request !59
parents f8c84cd8 6e88cd9d
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"
+17 −1
Original line number Diff line number Diff line
stages:
  - test
  - build
  - performance
  - dast
  - deploy

variables:
    TO_PACKAGE: 'appinfo css img l10n lib templates js'
  TO_PACKAGE: "appinfo css img l10n lib templates js"

include:
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
@@ -8,3 +15,12 @@ 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"