You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/03/02 13:56:53 UTC

[camel] branch main updated: (chores) ci: removed the PMD because the annotations make the code review harder

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 177a976  (chores) ci: removed the PMD because the annotations make the code review harder
177a976 is described below

commit 177a976844895e3f1e141343c87c8e01a443cb32
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 2 14:55:40 2022 +0100

    (chores) ci: removed the PMD because the annotations make the code review harder
---
 .github/workflows/pmd-analysis.yml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/.github/workflows/pmd-analysis.yml b/.github/workflows/pmd-analysis.yml
deleted file mode 100644
index d0eb867..0000000
--- a/.github/workflows/pmd-analysis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: pmd
-
-on:
-  push:
-    branches: [ main ]
-  pull_request:
-    branches: [ main ]
-
-jobs:
-  pmd-code-scan:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - name: Set up JDK 11
-        uses: actions/setup-java@v2
-        with:
-          java-version: '11'
-          distribution: 'temurin'
-      - name: Run PMD
-        id: pmd
-        uses: pmd/pmd-github-action@967a81f8b657c87f7c3e96b62301cb1a48efef29
-        with:
-          rulesets: 'rulesets/java/quickstart.xml'
-          analyzeModifiedFilesOnly: true
-          createGitHubAnnotations: false
-      - name: Upload SARIF file
-        uses: github/codeql-action/upload-sarif@v1
-        with:
-          sarif_file: pmd-report.sarif