increase gocyclo -over

This commit is contained in:
shawnps
2015-02-08 14:08:28 -08:00
parent f3587d17db
commit c9be7a2858

View File

@@ -13,7 +13,7 @@ func (g GoCyclo) Name() string {
// Percentage returns the percentage of .go files that pass gofmt
func (g GoCyclo) Percentage() (float64, []FileSummary, error) {
return GoTool(g.Dir, g.Filenames, []string{"gocyclo", "-over", "10"})
return GoTool(g.Dir, g.Filenames, []string{"gocyclo", "-over", "15"})
}
// Description returns the description of GoCyclo