File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testsuite/tests/gnatcheck/rules_depreciation_message Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1214,7 +1214,7 @@ package body Gnatcheck.Projects is
12141214 if not Rules_Depreciation_Emitted then
12151215 Error_In_Tty
12161216 (" The '-rules' section is now deprecated. You should only " &
1217- " use the '--rules ' and '--rule-file' command-line options." );
1217+ " use the '--rule ' and '--rule-file' command-line options." );
12181218 Error_In_Tty
12191219 (" You can use the '--emit-lkql-rule-file' flag to " &
12201220 " automatically translate your rule configuration to the " &
Original file line number Diff line number Diff line change 1- gnatcheck: The '-rules' section is now deprecated. You should only use the '--rules ' and '--rule-file' command-line options.
1+ gnatcheck: The '-rules' section is now deprecated. You should only use the '--rule ' and '--rule-file' command-line options.
22gnatcheck: You can use the '--emit-lkql-rule-file' flag to automatically translate your rule configuration to the new LKQL format.
33main.adb:3:04: goto statement
You can’t perform that action at this time.
0 commit comments