diff --git a/check/gocyclo.go b/check/gocyclo.go index 6027c23..17c0e59 100644 --- a/check/gocyclo.go +++ b/check/gocyclo.go @@ -13,7 +13,7 @@ func (g GoCyclo) Name() string { // Weight returns the weight this check has in the overall average func (g GoCyclo) Weight() float64 { - return .10 + return .05 } // Percentage returns the percentage of .go files that pass gofmt diff --git a/check/gofmt.go b/check/gofmt.go index 3e55e21..3962c73 100644 --- a/check/gofmt.go +++ b/check/gofmt.go @@ -13,7 +13,7 @@ func (g GoFmt) Name() string { // Weight returns the weight this check has in the overall average func (g GoFmt) Weight() float64 { - return .35 + return .40 } // Percentage returns the percentage of .go files that pass gofmt