Skip to content

Commit

Permalink
ci: updated golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 27, 2024
1 parent e877abe commit d72d653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.59
version: v1.61
args: --timeout 5m
working-directory: e2e/interchaintestv8
build:
Expand Down
5 changes: 4 additions & 1 deletion e2e/interchaintestv8/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ linters:
disable-all: true
enable:
- dogsled
- exportloopref
- copyloopvar
- errcheck
- gci
- goconst
Expand Down Expand Up @@ -42,6 +42,9 @@ issues:
- text: "ST1003:"
linters:
- stylecheck
- text: "G115:"
linters:
- gosec
# FIXME: Disabled until golangci-lint updates stylecheck with this fix:
# https://github.com/dominikh/go-tools/issues/389
- text: "ST1016:"
Expand Down

0 comments on commit d72d653

Please sign in to comment.