Skip to content

Commit 27c2572

Browse files
committed
lint: bump cognitive-complexity
Signed-off-by: Justin Chadwell <[email protected]>
1 parent f073052 commit 27c2572

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
@@ -126,7 +126,7 @@ linters:
126126
# 222 occurrences. Could indicate failure to handle broken conditions.
127127
disabled: true
128128
- name: cognitive-complexity
129-
arguments: [197]
129+
arguments: [205]
130130
# 441 occurrences (at default 7). We should try to lower it (involves significant refactoring).
131131

132132
##### P2: nice to have.

0 commit comments

Comments
 (0)