Skip to content

Commit

Permalink
changed cyclomatic_complexity default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Jul 16, 2019
1 parent c263fdf commit 972ab42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum ConfigOption {
method_call("false"),

//observers - metric
cyclomatic_complexity("false")
cyclomatic_complexity("true")

public final String defaultValue

Expand Down

0 comments on commit 972ab42

Please sign in to comment.