File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
import Metrics
10
10
11
11
from CppMetrics:: ErrorCount m
12
- where RankMetric< CppMetrics:: ErrorCount > :: getRank ( m ) <= 500
12
+ where RankMetric< CppMetrics:: ErrorCount > :: getRank ( m ) <= 50
13
13
select m .toString ( ) , m .getValue ( )
Original file line number Diff line number Diff line change 9
9
import Metrics
10
10
11
11
from CppMetrics:: MissingIncludeCount e
12
- where RankMetric< CppMetrics:: MissingIncludeCount > :: getRank ( e ) <= 500
12
+ where RankMetric< CppMetrics:: MissingIncludeCount > :: getRank ( e ) <= 50
13
13
select e .getIncludeText ( ) , e .getValue ( )
Original file line number Diff line number Diff line change 9
9
import Metrics
10
10
11
11
from CppMetrics:: SucceededIncludeCount m
12
- where RankMetric< CppMetrics:: SucceededIncludeCount > :: getRank ( m ) <= 500
12
+ where RankMetric< CppMetrics:: SucceededIncludeCount > :: getRank ( m ) <= 50
13
13
select m .getIncludeText ( ) , m .getValue ( )
You can’t perform that action at this time.
0 commit comments