Skip to content

Commit

Permalink
Update checkTask.m
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Nov 6, 2023
1 parent 92115a3 commit b77be32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildUtilities/checkTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
fullfile(projObj.RootFolder,'toolbox','src'),...
fullfile(projObj.RootFolder,'toolbox','examples')]);

% Encode results in JSON file and export
% Export results in SARIF format
if batchStartupOptionUsed
issues.export('results');
issues.export('results.sarif');
end

disp('Code analysis complete.');

% Display code issues
disp(issues);

end
end

0 comments on commit b77be32

Please sign in to comment.