Skip to content

Commit 45e578c

Browse files
committed
Improve hd boundary
1 parent 6d8b3b0 commit 45e578c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/pdepend-summary-formatter.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ colorizer:
100100
# https://en.wikipedia.org/wiki/Halstead_complexity_measures
101101
# https://github.com/escomplex/complexity-report/blob/master/.complexrc.example
102102
hd:
103-
green: [ 0, 15 ]
104-
yellow+bold: [ 15, null ]
103+
green: [ 0, 20 ]
104+
yellow+bold: [ 20, null ]
105105

106106
# https://en.wikipedia.org/wiki/Halstead_complexity_measures
107107
hv:

0 commit comments

Comments
 (0)