Projekt

Obecné

Profil

Stáhnout (4.6 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
    "configuration": [
3
        {
4
            "antiPattern": "TooLongSprint",
5
            "thresholds": [
6
                {
7
                    "thresholdName": "maxIterationLength",
8
                    "value": "21"
9
                },
10
                {
11
                    "thresholdName": "maxNumberOfTooLongIterations",
12
                    "value": "0"
13
                }
14
            ]
15
        },
16
        {
17
            "antiPattern": "VaryingSprintLength",
18
            "thresholds": [
19
                {
20
                    "thresholdName": "maxDaysDifference",
21
                    "value": "7"
22
                },
23
                {
24
                    "thresholdName": "maxIterationChanged",
25
                    "value": "1"
26
                }
27
            ]
28
        },
29
        {
30
            "antiPattern": "BusinessAsUsual",
31
            "thresholds": [
32
                {
33
                    "thresholdName": "divisionOfIterationsWithRetrospective",
34
                    "value": "66.66f"
35
                },
36
                {
37
                    "thresholdName": "searchSubstringsWithRetrospective",
38
                    "value": "%retr%||%revi%||%week%scrum%"
39
                }
40
            ]
41
        },
42
        {
43
            "antiPattern": "SpecifyNothing",
44
            "thresholds": [
45
                {
46
                    "thresholdName": "minNumberOfWikiPagesWithSpecification",
47
                    "value": "1"
48
                },
49
                {
50
                    "thresholdName": "minNumberOfActivitiesWithSpecification",
51
                    "value": "1"
52
                },
53
                {
54
                    "thresholdName": "minAvgLengthOfActivityDescription",
55
                    "value": "150"
56
                },
57
                {
58
                    "thresholdName": "searchSubstringsWithProjectSpecification",
59
                    "value": "%dsp%||%specifikace%||%specification%||%vize%proj%||%vize%produ%"
60
                }
61
            ]
62
        },
63
        {
64
            "antiPattern": "RoadToNowhere",
65
            "thresholds": [
66
                {
67
                    "thresholdName": "minNumberOfWikiPagesWithProjectPlan",
68
                    "value": "1"
69
                },
70
                {
71
                    "thresholdName": "minNumberOfActivitiesWithProjectPlan",
72
                    "value": "1"
73
                },
74
                {
75
                    "thresholdName": "searchSubstringsWithProjectPlan",
76
                    "value": "%plán projektu%||%project plan%||%plan project%||%projektový plán%"
77
                }
78
            ]
79
        },
80
        {
81
            "antiPattern": "LongOrNonExistentFeedbackLoops",
82
            "thresholds": [
83
                {
84
                    "thresholdName": "divisionOfIterationsWithFeedbackLoop",
85
                    "value": "50.00f"
86
                },
87
                {
88
                    "thresholdName": "maxGapBetweenFeedbackLoopRate",
89
                    "value": "2f"
90
                },
91
                {
92
                    "thresholdName": "searchSubstringsWithFeedbackLoop",
93
                    "value": "%schůz%zákazník%||%předvedení%zákazník%||%zákazn%demo%||%schůz%zadavat%||%inform%schůz%||%zákazn%||%zadavatel%"
94
                }
95
            ]
96
        },
97
        {
98
            "antiPattern": "NinetyNinetyRule",
99
            "thresholds": [
100
                {
101
                    "thresholdName": "maxDivisionRange",
102
                    "value": "1.25f"
103
                },
104
                {
105
                    "thresholdName": "maxBadDivisionLimit",
106
                    "value": "2"
107
                }
108
            ]
109
        },
110
        {
111
            "antiPattern": "UnknownPoster",
112
            "thresholds": [
113
                {
114
                    "thresholdName": "searchSubstringsInvalidNames",
115
                    "value": "%unknown%||%anonym%"
116
                }
117
            ]
118
        },
119
        {
120
            "antiPattern": "BystanderApathy",
121
            "thresholds": [
122
                {
123
                    "thresholdName": "searchSubstringsInvalidContributors",
124
                    "value": "%dependabot%"
125
                },
126
                {
127
                    "thresholdName": "maximumPercentageOfTasksWithoutTeamwork",
128
                    "value": "30f"
129
                }
130
            ]
131
        },
132
        {
133
            "antiPattern": "YetAnotherProgrammer",
134
            "thresholds": [
135
                {
136
                    "thresholdName": "maxNumberOfNewContributors",
137
                    "value": "5"
138
                },
139
                {
140
                    "thresholdName": "numberOfFirstMonthsWithoutDetection",
141
                    "value": "2"
142
                }
143
            ]
144
        }
145
    ]
146
}
    (1-1/1)