Skip to content

Commit

Permalink
Merge branch 'topic/fix_aggregated_reporter' into 'master'
Browse files Browse the repository at this point in the history
Add the GNATcheck reporter when calling GPR2 for aggregated projects

Closes #366

See merge request eng/libadalang/langkit-query-language!306
  • Loading branch information
HugoGGuerrier committed Oct 15, 2024
2 parents 63ef8ee + 78ab862 commit fa01356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lkql_checker/src/gnatcheck-projects.adb
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ package body Gnatcheck.Projects is
end loop;

if not My_Project.Tree.Load (Project_Options,
Reporter => Gpr2_Reporter,
With_Runtime => True,
Config => Conf_Obj)
then
Expand Down

0 comments on commit fa01356

Please sign in to comment.