Skip to content

Commit 2549881

Browse files
chore(java_templates): stop running pmd/spotbugs checks for samples (#206)
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
1 parent d188c4c commit 2549881

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "44095b3c76f0913e0c39af5723eedbc6d18b60e8"
7+
"sha": "d188c4cc65fc726532f99943beaff744e38f7fc6"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "c3caf0704f25a0c365f1c315e804a30b87c62a75"
22+
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)