Skip to content

Commit 99fa6af

Browse files
Improve gocyclo score within recommended range (#931)
Signed-off-by: Prajyot-Parab <[email protected]> Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 3f6a409 commit 99fa6af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ linters:
4747
- whitespace
4848

4949
linters-settings:
50+
gocyclo:
51+
min-complexity: 20
5052
godot:
5153
# declarations - for top level declaration comments (default);
5254
# toplevel - for top level comments;

0 commit comments

Comments
 (0)