Skip to content

Commit

Permalink
chore: bump golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAx committed Oct 15, 2023
1 parent 2b1131c commit 1fba52c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
timeout-minutes: 20
with:
version: v1.51.2
version: v1.54.2
working-directory: ${{ matrix.dir }}
args: --timeout=20m

Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Expand Up @@ -15,6 +15,10 @@ linters:
linters-settings:
lll:
line-length: 90
revive:
rules:
- name: unused-parameter
disabled: true

issues:
exclude-rules:
Expand Down

0 comments on commit 1fba52c

Please sign in to comment.