Skip to content

Commit

Permalink
Update buildfile.m
Browse files Browse the repository at this point in the history
Set Error and Warning thresholds to 0.
  • Loading branch information
pablorcum authored May 1, 2024
1 parent 8d6ab14 commit 4d7c7e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
plan = buildplan;

plan("check") = CodeIssuesTask(...
Results='results.sarif');
Results='results.sarif', ...
ErrorThreshold=0,...
WarningThreshold=0);

plan("updateSGdeps") = Task( ...
Description = "Update Speedgoat toolbox dependencies", ...
Expand Down Expand Up @@ -43,4 +45,4 @@
% Set default tasks in the plan
plan.DefaultTasks = ["check" "test"];

end
end

0 comments on commit 4d7c7e0

Please sign in to comment.