Skip to content

Commit

Permalink
adjust lint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Apr 22, 2021
1 parent 2f2b6a1 commit b186120
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 @@ -46,7 +46,7 @@ linters-settings:
local-prefixes: github.com/cloudradar-monitoring/cagent
gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
min-complexity: 25
min-complexity: 30
maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true
Expand Down

0 comments on commit b186120

Please sign in to comment.