@@ -38,39 +38,43 @@ prefix.ads:30:4: rule violation: Const3 does not start with constant prefix Cons
38
38
30 | Const3 : Type_Enum_1 renames Const_C1; -- FLAG
39
39
| ^^^^^^
40
40
41
- prefix.ads:34:4: rule violation: Exc_2 does not start with exception prefix X_
42
- 34 | Exc_2 : exception; -- FLAG
41
+ prefix.ads:35:7: rule violation: Const_Gen_Param is not a constant but starts with Const_
42
+ 35 | Const_Gen_Param : Integer; -- FLAG
43
+ | ^^^^^^^^^^^^^^^
44
+
45
+ prefix.ads:41:4: rule violation: Exc_2 does not start with exception prefix X_
46
+ 41 | Exc_2 : exception; -- FLAG
43
47
| ^^^^^
44
48
45
- prefix.ads:38 :9: rule violation: Root2 does not start with derived prefix Root_
46
- 38 | type Root2 is new Root; -- FLAG
49
+ prefix.ads:45 :9: rule violation: Root2 does not start with derived prefix Root_
50
+ 45 | type Root2 is new Root; -- FLAG
47
51
| ^^^^^
48
52
49
- prefix.ads:39 :9: rule violation: Root_1 does not start with subtype prefix Type_
50
- 39 | type Root_1 is new Integer; -- FLAG
53
+ prefix.ads:46 :9: rule violation: Root_1 does not start with subtype prefix Type_
54
+ 46 | type Root_1 is new Integer; -- FLAG
51
55
| ^^^^^^
52
56
53
- prefix.ads:45 :9: rule violation: Root4 does not start with derived prefix Root_
54
- 45 | type Root4 is new Type_Sub2; -- FLAG
57
+ prefix.ads:52 :9: rule violation: Root4 does not start with derived prefix Root_
58
+ 52 | type Root4 is new Type_Sub2; -- FLAG
55
59
| ^^^^^
56
60
57
- prefix.ads:52 :14: rule violation: My_Task does not start with concurrent prefix Type_Conc_
58
- 52 | task type My_Task is -- FLAG
61
+ prefix.ads:59 :14: rule violation: My_Task does not start with concurrent prefix Type_Conc_
62
+ 59 | task type My_Task is -- FLAG
59
63
| ^^^^^^^
60
64
61
- prefix.ads:60 :19: rule violation: My_Protected does not start with concurrent prefix Type_Conc_
62
- 60 | protected type My_Protected is -- FLAG
65
+ prefix.ads:67 :19: rule violation: My_Protected does not start with concurrent prefix Type_Conc_
66
+ 67 | protected type My_Protected is -- FLAG
63
67
| ^^^^^^^^^^^^
64
68
65
- prefix.ads:64 :9: rule violation: Type_Conc_Rec is not a concurrent but starts with Type_Conc_
66
- 64 | type Type_Conc_Rec is null record; -- FLAG
69
+ prefix.ads:71 :9: rule violation: Type_Conc_Rec is not a concurrent but starts with Type_Conc_
70
+ 71 | type Type_Conc_Rec is null record; -- FLAG
67
71
| ^^^^^^^^^^^^^
68
72
69
- prefix.ads:65 :9: rule violation: Type_Conc_Der is not a concurrent but starts with Type_Conc_
70
- 65 | type Type_Conc_Der is new Integer; -- FLAG
73
+ prefix.ads:72 :9: rule violation: Type_Conc_Der is not a concurrent but starts with Type_Conc_
74
+ 72 | type Type_Conc_Der is new Integer; -- FLAG
71
75
| ^^^^^^^^^^^^^
72
76
73
- prefix.ads:67 :4: rule violation: Const_Or_Node is not a constant but starts with Const_
74
- 67 | Const_Or_Node : Integer := 1; -- FLAG
77
+ prefix.ads:74 :4: rule violation: Const_Or_Node is not a constant but starts with Const_
78
+ 74 | Const_Or_Node : Integer := 1; -- FLAG
75
79
| ^^^^^^^^^^^^^
76
80
0 commit comments