Closed senier closed 2 years ago
Fixes #1240
I decided to add an api subtype to Ada code blocks, as this seems to be the main unsupported use case in the manual.
api
With the api subtype, code is only syntax checked (-gnats), but style checks are also enforced (gnaty + gnatwe).
-gnats
gnaty
gnatwe
Fixes #1240
I decided to add an
api
subtype to Ada code blocks, as this seems to be the main unsupported use case in the manual.With the
api
subtype, code is only syntax checked (-gnats
), but style checks are also enforced (gnaty
+gnatwe
).