Skip to content

Commit

Permalink
.golangci: Bump gocyclo to enforce code complexity checks
Browse files Browse the repository at this point in the history
Increase the gocyclo until we refactor the createSandboxContainer
function.

Signed-off-by: Sohan Kunkerkar <[email protected]>
  • Loading branch information
sohankunkerkar committed Feb 9, 2024
1 parent f65016d commit 47eb307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ linters-settings:
# - filepathJoin
# - whyNoLint
gocyclo:
min-complexity: 160
min-complexity: 165
nakedret:
max-func-lines: 15
goconst:
Expand Down

0 comments on commit 47eb307

Please sign in to comment.