Skip to content

Commit

Permalink
Enable more linters
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Nov 18, 2024
1 parent 5e6edbd commit 1e727b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=5m
version: v1.60
args: --timeout=15m
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ issues:
- dupl
- lll
linters:
disable-all: true
disable-all: false
enable:
- dupl
- errcheck
- exportloopref
- gocyclo
- gofmt
- goimports
Expand Down

0 comments on commit 1e727b7

Please sign in to comment.