Skip to content

Commit 7132fc9

Browse files
committed
Merge pull request #97 from codeclimate/pb-php-default-threshold
Move PHP default threshold to 28
2 parents 41d4b15 + 944ce64 commit 7132fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/cc/engine/analyzers/php/main.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Main < CC::Engine::Analyzers::Base
1414
"**/*.inc",
1515
"**/*.module"
1616
]
17-
DEFAULT_MASS_THRESHOLD = 10
17+
DEFAULT_MASS_THRESHOLD = 28
1818
POINTS_PER_OVERAGE = 100_000
1919

2020
private

0 commit comments

Comments
 (0)