Skip to content

Commit

Permalink
Merge pull request #97 from codeclimate/pb-php-default-threshold
Browse files Browse the repository at this point in the history
Move PHP default threshold to 28
  • Loading branch information
pbrisbin committed Feb 8, 2016
2 parents 41d4b15 + 944ce64 commit 7132fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cc/engine/analyzers/php/main.rb
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ class Main < CC::Engine::Analyzers::Base
"**/*.inc",
"**/*.module"
]
DEFAULT_MASS_THRESHOLD = 10
DEFAULT_MASS_THRESHOLD = 28
POINTS_PER_OVERAGE = 100_000

private

0 comments on commit 7132fc9

Please sign in to comment.