Skip to content

Commit 7195595

Browse files
authored
Update CI configs to v0.11.17
Update lint scripts and CI configs.
1 parent 770cd0b commit 7195595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ linters:
5959
- exportloopref # checks for pointers to enclosing loop variables
6060
- forbidigo # Forbids identifiers
6161
- forcetypeassert # finds forced type assertions
62-
- funlen # Tool for detection of long functions
6362
- gci # Gci control golang package import order and make it always deterministic.
6463
- gochecknoglobals # Checks that no globals are present in Go code
6564
- gocognit # Computes and checks the cognitive complexity of functions
@@ -106,6 +105,7 @@ linters:
106105
- whitespace # Tool for detection of leading and trailing whitespace
107106
disable:
108107
- depguard # Go linter that checks if package imports are in a list of acceptable packages
108+
- funlen # Tool for detection of long functions
109109
- gochecknoinits # Checks that no init functions are present in Go code
110110
- gomodguard # Allow and block list linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations.
111111
- interfacebloat # A linter that checks length of interface.

0 commit comments

Comments
 (0)