Skip to content

Commit

Permalink
ci: updated ignored lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 31, 2024
1 parent 71fbda3 commit 69ef96b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ linters:
disable:
- paralleltest
- wrapcheck
- exhaustivestruct
- whitespace
- wsl
- godot
- lll
- funlen
- gomnd
- gofumpt
- maligned
- unparam
- tagliatelle
- forbidigo
Expand All @@ -27,6 +25,7 @@ linters:
- depguard
- nolintlint
- mnd
- copyloopvar
run:
tests: false
issues:
Expand Down

0 comments on commit 69ef96b

Please sign in to comment.