File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
cd lkql_checker/doc && make generate html-all
44
44
45
45
impacts :
46
- [ -f $( KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR ) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR )
46
+ [ -f $( KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR ) $( PYTHON ) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR )
47
47
48
48
format :
49
49
gnatformat -P lkql_checker/gnatcheck.gpr --no-subprojects
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ package body Rules_Factory is
134
134
begin
135
135
for Rules_Dir of Rules_Dirs loop
136
136
declare
137
- -- This file is automatically generated from the impactdb database
137
+ -- This file is automatically generated from the impactdb database
138
138
JSON_Filename : constant Virtual_File := Rules_Dir / " kp.json" ;
139
139
File_Content : GNAT.Strings.String_Access;
140
140
Result : JSON_Value;
You can’t perform that action at this time.
0 commit comments