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 49eddce commit 0670c7bCopy full SHA for 0670c7b
buildfile.m
@@ -4,6 +4,9 @@
4
plan.DefaultTasks = ["check","test"];
5
6
warning_threshold = 0;
7
+if warning_threshold ~= 0
8
+ warning('Code Analyzer warnings are allowed for this codebase');
9
+end
10
11
if isMATLABReleaseOlderThan("R2023b")
12
plan("test") = matlab.buildtool.Task( ...
0 commit comments