This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Commit 944ce64
committed
Move PHP default threshold to 28
When analyzing the WordPress project at the current default mass
threshold of 10, it was observed that Duplications found only by
Platform had masses of 27 or less, while Duplications found by both
Platform and Classic had masses of 28 or greater. Note: there were no
Duplications found only by Classic.
Therefore, a threshold of 28 should ensure an analysis on Platform emits
the same Duplication issues as on Classic.1 parent 41d4b15 commit 944ce64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments