Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
chore(java_templates): stop running pmd/spotbugs checks for samples
Browse files Browse the repository at this point in the history
This was creating too much noise. We will revisit with other options and/or tune these checks.

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Wed Aug 19 12:26:49 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 9602086c6c5b05db77950c7f7495a2a3868f3537
Source-Link: googleapis/synthtool@9602086
  • Loading branch information
yoshi-automation committed Aug 19, 2020
1 parent c4a08b7 commit 76434b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/samples.yaml
Expand Up @@ -12,13 +12,3 @@ jobs:
- name: Run checkstyle
run: mvn -P lint --quiet --batch-mode checkstyle:check
working-directory: samples/snippets
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- name: Run PMD & Spotbugs
run: mvn -P lint --quiet --batch-mode compile pmd:cpd-check spotbugs:check
working-directory: samples/snippets
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "c3caf0704f25a0c365f1c315e804a30b87c62a75"
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
}
}
],
Expand Down

0 comments on commit 76434b6

Please sign in to comment.