We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4e8a4 commit f36a70aCopy full SHA for f36a70a
lkql_checker/src/gnatcheck-projects.ads
@@ -259,8 +259,8 @@ package Gnatcheck.Projects is
259
-- the processing list.
260
261
procedure Add_Rule_By_Name (Rule_Name : String; Prepend : Boolean := False);
262
- -- Use ``Add_Legacy_Rule_Option`` to forge a new rule option enabling the
263
- -- given rule without any parameter.
+ -- Create a new rule option to enable the rule designated by the provided
+ -- name without any additional configuration.
264
265
procedure Set_LKQL_Rule_File (File : String; Project_Relative : Boolean);
266
-- Set the given ``File`` as the LKQL rule file to process during the
0 commit comments