Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ linters:
disable-all: true
enable:
# Defaults
- deadcode
- errcheck
- govet
- ineffassign
- structcheck
- typecheck
- varcheck
- staticcheck
- gosimple

Expand All @@ -44,10 +41,6 @@ issues:
- errcheck
- goimports

- path: '^go/vt/vtadmin/cache/'
linters:
- structcheck

### BEGIN: errcheck exclusion rules. Each rule should be considered
# a TODO for removal after adding error checks to that package/file/etc,
# except where otherwise noted.
Expand Down