Skip to content

Commit 9602086

Browse files
authored
chore(java_templates): stop running pmd/spotbugs checks for samples (#730)
This was creating too much noise. We will revisit with other options and/or tune these checks.
1 parent 1a60ff2 commit 9602086

File tree

1 file changed

+0
-10
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+0
-10
lines changed

synthtool/gcp/templates/java_library/.github/workflows/samples.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ jobs:
1212
- name: Run checkstyle
1313
run: mvn -P lint --quiet --batch-mode checkstyle:check
1414
working-directory: samples/snippets
15-
static:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@v2
19-
- uses: actions/setup-java@v1
20-
with:
21-
java-version: 8
22-
- name: Run PMD & Spotbugs
23-
run: mvn -P lint --quiet --batch-mode compile pmd:cpd-check spotbugs:check
24-
working-directory: samples/snippets

0 commit comments

Comments
 (0)