Browse Source

lint: change deprecated linter (#6861)

This is a super minor change that silences a warning when running the linter locally.
pull/6863/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
a0a5d45cb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .golangci.yml

+ 1
- 1
.golangci.yml View File

@ -26,7 +26,7 @@ linters:
# - maligned
- nakedret
- prealloc
- scopelint
- exportloopref
- staticcheck
- structcheck
- stylecheck


Loading…
Cancel
Save