Skip to content

Commit

Permalink
ci: disable jape analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 10, 2024
1 parent 3ee79e6 commit 8f8c009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ runs:
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
- name: Analyze
uses: SiaFoundation/action-golang-analysis@HEAD
with:
analyzers: |
go.sia.tech/jape.Analyzer
# - name: Analyze
# uses: SiaFoundation/action-golang-analysis@HEAD
# with:
# analyzers: |
# go.sia.tech/jape.Analyzer
- name: Test
uses: n8maninger/action-golang-test@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ linters-settings:
disabled: false
- name: if-return
disabled: false
- name: indent-error-flow
disabled: false
- name: increment-decrement
disabled: false
- name: modifies-value-receiver
Expand Down

0 comments on commit 8f8c009

Please sign in to comment.