You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/reporters/evaluated-model/src/funTest/resources/evaluated-model-reporter-test-deduplicate-expected-output.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1070,7 +1070,8 @@ rule_violations:
1070
1070
rule: "rule 1"
1071
1071
pkg: 3
1072
1072
license: 9
1073
-
license_source: "DETECTED"
1073
+
license_sources:
1074
+
- "DETECTED"
1074
1075
severity: "ERROR"
1075
1076
message: "EPL-1.0 error"
1076
1077
how_to_fix: "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify\
@@ -1079,7 +1080,8 @@ rule_violations:
1079
1080
rule: "rule 2"
1080
1081
pkg: 2
1081
1082
license: 3
1082
-
license_source: "DECLARED"
1083
+
license_sources:
1084
+
- "DECLARED"
1083
1085
severity: "HINT"
1084
1086
message: "Apache-2.0 hint"
1085
1087
how_to_fix: "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify\
@@ -1090,7 +1092,8 @@ rule_violations:
1090
1092
rule: "rule 3"
1091
1093
pkg: 8
1092
1094
license: 16
1093
-
license_source: "CONCLUDED"
1095
+
license_sources:
1096
+
- "CONCLUDED"
1094
1097
severity: "WARNING"
1095
1098
message: "BSD-3-Clause warning"
1096
1099
how_to_fix: "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify\
Copy file name to clipboardExpand all lines: plugins/reporters/evaluated-model/src/funTest/resources/evaluated-model-reporter-test-expected-output.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1157,7 +1157,7 @@
1157
1157
"rule" : "rule 1",
1158
1158
"pkg" : 3,
1159
1159
"license" : 9,
1160
-
"license_source" : "DETECTED",
1160
+
"license_sources" : [ "DETECTED" ],
1161
1161
"severity" : "ERROR",
1162
1162
"message" : "EPL-1.0 error",
1163
1163
"how_to_fix" : "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify that overflow:scroll is working as expected.\n```"
@@ -1166,7 +1166,7 @@
1166
1166
"rule" : "rule 2",
1167
1167
"pkg" : 2,
1168
1168
"license" : 3,
1169
-
"license_source" : "DECLARED",
1169
+
"license_sources" : [ "DECLARED" ],
1170
1170
"severity" : "HINT",
1171
1171
"message" : "Apache-2.0 hint",
1172
1172
"how_to_fix" : "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify that overflow:scroll is working as expected.\n```",
@@ -1176,7 +1176,7 @@
1176
1176
"rule" : "rule 3",
1177
1177
"pkg" : 8,
1178
1178
"license" : 16,
1179
-
"license_source" : "CONCLUDED",
1179
+
"license_sources" : [ "CONCLUDED" ],
1180
1180
"severity" : "WARNING",
1181
1181
"message" : "BSD-3-Clause warning",
1182
1182
"how_to_fix" : "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify that overflow:scroll is working as expected.\n```"
0 commit comments