Skip to content

Commit

Permalink
Improve gocyclo score within recommended range
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab committed Oct 21, 2022
1 parent 3f6a409 commit f176785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ linters:
- whitespace

linters-settings:
gocyclo:
min-complexity: 20
godot:
# declarations - for top level declaration comments (default);
# toplevel - for top level comments;
Expand Down

0 comments on commit f176785

Please sign in to comment.