Skip to content

Commit 2444d7a

Browse files
authored
chore: remove depguards (#1974)
1 parent bd25714 commit 2444d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ linters:
1010
- contextcheck # check the function whether use a non-inherited context [fast: false, auto-fix: false]
1111
- deadcode # Finds unused code [fast: false, auto-fix: false]
1212
- decorder # check declaration order and count of types, constants, variables and functions [fast: true, auto-fix: false]
13-
- depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
1413
- dogsled # Checks assignments with too many blank identifiers (e.g. x, _, _, _, := f()) [fast: true, auto-fix: false]
1514
- durationcheck # check for two durations multiplied together [fast: false, auto-fix: false]
1615
- errcheck # Errcheck is a program for checking for unchecked errors in go programs. These unchecked errors can be critical bugs in some cases [fast: false, auto-fix: false]

0 commit comments

Comments
 (0)