|
1 | | -typevar-name-incorrect-variance:11:0:11:21::"Type variable name does not reflect variance. ""GoodNameWithoutContra"" is contravariant, use ""GoodNameWithoutContra_contra"" instead":INFERENCE |
2 | | -typevar-double-variance:19:0:19:1::TypeVar cannot be both covariant and contravariant:INFERENCE |
3 | | -typevar-name-incorrect-variance:19:0:19:1::Type variable name does not reflect variance:INFERENCE |
4 | | -typevar-double-variance:23:0:23:4::TypeVar cannot be both covariant and contravariant:INFERENCE |
5 | | -typevar-name-incorrect-variance:23:0:23:4::Type variable name does not reflect variance:INFERENCE |
6 | | -typevar-double-variance:24:0:24:8::TypeVar cannot be both covariant and contravariant:INFERENCE |
7 | | -typevar-name-incorrect-variance:24:0:24:8::Type variable name does not reflect variance:INFERENCE |
8 | | -invalid-name:42:0:42:10::"Type variable name ""CALLABLE_T"" doesn't conform to predefined naming style":HIGH |
9 | | -invalid-name:43:0:43:10::"Type variable name ""DeviceType"" doesn't conform to predefined naming style":HIGH |
10 | | -invalid-name:44:0:44:10::"Type variable name ""IPAddressU"" doesn't conform to predefined naming style":HIGH |
11 | | -invalid-name:47:0:47:7::"Type variable name ""TAnyStr"" doesn't conform to predefined naming style":HIGH |
12 | | -invalid-name:50:0:50:7::"Type variable name ""badName"" doesn't conform to predefined naming style":HIGH |
13 | | -invalid-name:51:0:51:10::"Type variable name ""badName_co"" doesn't conform to predefined naming style":HIGH |
14 | | -invalid-name:52:0:52:14::"Type variable name ""badName_contra"" doesn't conform to predefined naming style":HIGH |
15 | | -invalid-name:56:4:56:13::"Type variable name ""a_BadName"" doesn't conform to predefined naming style":HIGH |
16 | | -invalid-name:57:4:57:26::"Type variable name ""a_BadNameWithoutContra"" doesn't conform to predefined naming style":HIGH |
17 | | -typevar-name-incorrect-variance:57:4:57:26::"Type variable name does not reflect variance. ""a_BadNameWithoutContra"" is contravariant, use ""a_BadNameWithoutContra_contra"" instead":INFERENCE |
18 | | -invalid-name:59:13:59:29::"Type variable name ""a_BadName_contra"" doesn't conform to predefined naming style":HIGH |
19 | | -invalid-name:68:0:68:7::"Type variable name ""badName"" doesn't conform to predefined naming style":HIGH |
20 | | -typevar-double-variance:69:0:69:4::TypeVar cannot be both covariant and contravariant:INFERENCE |
21 | | -typevar-name-incorrect-variance:69:0:69:4::Type variable name does not reflect variance:INFERENCE |
22 | | -invalid-name:76:0:76:7::"Parameter specification variable name ""badName"" doesn't conform to predefined naming style":HIGH |
23 | | -invalid-name:82:0:82:7::"Parameter specification variable name ""badName"" doesn't conform to predefined naming style":HIGH |
24 | | -invalid-name:96:0:96:7::"Type variable tuple name ""badName"" doesn't conform to predefined naming style":HIGH |
| 1 | +typevar-name-incorrect-variance:11:0:11:21::"Type variable name does not reflect variance. ""GoodNameWithoutContra"" is contravariant, use ""GoodNameWithoutContra_contra"" instead":INFERENCE |
| 2 | +typevar-double-variance:19:0:19:1::TypeVar cannot be both covariant and contravariant:INFERENCE |
| 3 | +typevar-name-incorrect-variance:19:0:19:1::Type variable name does not reflect variance:INFERENCE |
| 4 | +typevar-double-variance:23:0:23:4::TypeVar cannot be both covariant and contravariant:INFERENCE |
| 5 | +typevar-name-incorrect-variance:23:0:23:4::Type variable name does not reflect variance:INFERENCE |
| 6 | +typevar-double-variance:24:0:24:8::TypeVar cannot be both covariant and contravariant:INFERENCE |
| 7 | +typevar-name-incorrect-variance:24:0:24:8::Type variable name does not reflect variance:INFERENCE |
| 8 | +invalid-name:42:0:42:10::"Type variable name ""CALLABLE_T"" doesn't conform to predefined naming style":HIGH |
| 9 | +invalid-name:43:0:43:10::"Type variable name ""DeviceType"" doesn't conform to predefined naming style":HIGH |
| 10 | +invalid-name:44:0:44:10::"Type variable name ""IPAddressU"" doesn't conform to predefined naming style":HIGH |
| 11 | +invalid-name:47:0:47:7::"Type variable name ""TAnyStr"" doesn't conform to predefined naming style":HIGH |
| 12 | +invalid-name:50:0:50:7::"Type variable name ""badName"" doesn't conform to predefined naming style":HIGH |
| 13 | +invalid-name:51:0:51:10::"Type variable name ""badName_co"" doesn't conform to predefined naming style":HIGH |
| 14 | +invalid-name:52:0:52:14::"Type variable name ""badName_contra"" doesn't conform to predefined naming style":HIGH |
| 15 | +invalid-name:56:4:56:13::"Type variable name ""a_BadName"" doesn't conform to predefined naming style":HIGH |
| 16 | +invalid-name:57:4:57:26::"Type variable name ""a_BadNameWithoutContra"" doesn't conform to predefined naming style":HIGH |
| 17 | +typevar-name-incorrect-variance:57:4:57:26::"Type variable name does not reflect variance. ""a_BadNameWithoutContra"" is contravariant, use ""a_BadNameWithoutContra_contra"" instead":INFERENCE |
| 18 | +invalid-name:59:13:59:29::"Type variable name ""a_BadName_contra"" doesn't conform to predefined naming style":HIGH |
| 19 | +invalid-name:68:0:68:7::"Type variable name ""badName"" doesn't conform to predefined naming style":HIGH |
| 20 | +typevar-double-variance:69:0:69:4::TypeVar cannot be both covariant and contravariant:INFERENCE |
| 21 | +typevar-name-incorrect-variance:69:0:69:4::Type variable name does not reflect variance:INFERENCE |
| 22 | +invalid-name:76:0:76:7::"Parameter specification variable name ""badName"" doesn't conform to predefined naming style":HIGH |
| 23 | +invalid-name:83:0:83:7::"Parameter specification variable name ""badName"" doesn't conform to predefined naming style":HIGH |
| 24 | +invalid-name:98:0:98:7::"Type variable tuple name ""badName"" doesn't conform to predefined naming style":HIGH |
0 commit comments