Skip to content

Commit

Permalink
chore: remove deprecated linter (tensorchord#1216)
Browse files Browse the repository at this point in the history
Signed-off-by: Yilong Li <liyilongko@gmail.com>

Signed-off-by: Yilong Li <liyilongko@gmail.com>
  • Loading branch information
dragonly authored Nov 21, 2022
1 parent e85f062 commit 8c8e63c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ linters:
enable:
- gofmt
- bodyclose
- deadcode
- errcheck
- goimports
- errorlint
Expand All @@ -14,11 +13,9 @@ linters:
- rowserrcheck
- sqlclosecheck
- staticcheck
- structcheck
- typecheck
- unparam
- unused
- varcheck
linters-settings:
goimports:
local-prefixes: github.com/tensorchord/envd/

0 comments on commit 8c8e63c

Please sign in to comment.