Skip to content

Commit

Permalink
Disable typecheck linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 committed Apr 8, 2024
1 parent e408e10 commit 0027473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ linters:
- nakedret
- prealloc
- staticcheck
- typecheck
- unparam
- unused

# Disable specific linters
disable:
- typecheck
- gochecknoinits
- goconst
- gocritic
Expand Down

0 comments on commit 0027473

Please sign in to comment.