-
Notifications
You must be signed in to change notification settings - Fork 0
/
jetpack.5.4.json
119 lines (119 loc) · 4.47 KB
/
jetpack.5.4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "jetpack",
"type": "plugin",
"version": "5.4",
"php_versions": {
"5.2": {
"file_count": 538,
"errors": {
"0": "PHPCompatibility.PHP.NewLanguageConstructs.t_ns_separatorFound",
"4": "PHPCompatibility.PHP.NewFunctions.hash_equalsFound",
"11": "PHPCompatibility.PHP.NewFunctionParameters.debug_backtrace_optionsFound",
"12": "PHPCompatibility.PHP.NewFunctions.array_columnFound",
"13": "PHPCompatibility.PHP.NewFunctions.json_last_errorFound",
"14": "PHPCompatibility.PHP.NewFunctions.get_called_classFound",
"15": "PHPCompatibility.PHP.NewFunctions.array_replaceFound",
"16": "PHPCompatibility.PHP.NewFunctions.array_replace_recursiveFound",
"19": "PHPCompatibility.PHP.NewKeywords.t_namespaceFound",
"29": "PHPCompatibility.PHP.NewFunctionParameters.json_encode_optionsFound",
"30": "PHPCompatibility.PHP.NewFunctions.str_getcsvFound"
},
"error_count": 34,
"warnings": [
"Internal.LineEndings.Mixed",
"Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
],
"warning_count": 2,
"status": "failure"
},
"5.3": {
"file_count": 538,
"errors": {
"0": "PHPCompatibility.PHP.NewFunctions.hash_equalsFound",
"7": "PHPCompatibility.PHP.NewFunctions.array_columnFound"
},
"error_count": 10,
"warnings": [
"Internal.LineEndings.Mixed",
"Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
],
"warning_count": 2,
"status": "failure"
},
"5.4": {
"file_count": 538,
"errors": {
"0": "PHPCompatibility.PHP.NewFunctions.hash_equalsFound",
"7": "PHPCompatibility.PHP.NewFunctions.array_columnFound"
},
"error_count": 10,
"warnings": [
"Internal.LineEndings.Mixed",
"Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
],
"warning_count": 2,
"status": "failure"
},
"5.6": {
"file_count": 538,
"errors": [],
"error_count": 0,
"warnings": {
"0": "PHPCompatibility.PHP.RemovedGlobalVariables.http_raw_post_dataDeprecated",
"4": "Internal.LineEndings.Mixed",
"5": "Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
},
"warning_count": 6,
"status": "success"
},
"7.0": {
"file_count": 538,
"errors": [
"PHPCompatibility.PHP.RemovedGlobalVariables.http_raw_post_dataDeprecatedRemoved"
],
"error_count": 4,
"warnings": [
"Internal.LineEndings.Mixed",
"Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
],
"warning_count": 2,
"status": "failure"
},
"7.1": {
"file_count": 538,
"errors": [
"PHPCompatibility.PHP.RemovedGlobalVariables.http_raw_post_dataDeprecatedRemoved"
],
"error_count": 4,
"warnings": [
"Internal.LineEndings.Mixed",
"Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
],
"warning_count": 2,
"status": "failure"
},
"7.2": {
"file_count": 538,
"errors": [
"PHPCompatibility.PHP.RemovedGlobalVariables.http_raw_post_dataDeprecatedRemoved"
],
"error_count": 4,
"warnings": {
"0": "PHPCompatibility.PHP.DeprecatedFunctions.create_functionDeprecated",
"1": "PHPCompatibility.PHP.DeprecatedFunctions.eachDeprecated",
"3": "Internal.LineEndings.Mixed",
"4": "Generic.NamingConventions.CamelCapsFunctionName.MethodDoubleUnderscore"
},
"warning_count": 7,
"status": "failure"
}
},
"failed_php_versions": [
"5.2",
"5.3",
"5.4",
"7.0",
"7.1",
"7.2"
]
}