Skip to content

Commit

Permalink
chore(java_templates): stop running pmd/spotbugs checks for samples (#…
Browse files Browse the repository at this point in the history
…730)

This was creating too much noise. We will revisit with other options and/or tune these checks.
  • Loading branch information
chingor13 authored Aug 19, 2020
1 parent 1a60ff2 commit 9602086
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
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

0 comments on commit 9602086

Please sign in to comment.