changeset 140:579c348244a0

Added a settings file to checkSbplib()
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 23 Feb 2016 14:33:50 +0100
parents 6cf264b023b0
children cb2b12246b7e
files checkSbplib.m checksettings.txt
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
diff -r 6cf264b023b0 -r 579c348244a0 checkSbplib.m
--- a/checkSbplib.m	Tue Feb 23 14:21:52 2016 +0100
+++ b/checkSbplib.m	Tue Feb 23 14:33:50 2016 +0100
@@ -4,11 +4,11 @@
     files = collectTargets([]);
 
     if nargout == 0
-        checkcode(files);
+        checkcode(files, '-config=checksettings.txt');
         return
     end
 
-    res = checkcode(files);
+    res = checkcode(files, '-config=checksettings.txt');
 
     % Remove any empty respones
     I = [];
diff -r 6cf264b023b0 -r 579c348244a0 checksettings.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/checksettings.txt	Tue Feb 23 14:33:50 2016 +0100
@@ -0,0 +1,3 @@
+# Copyright 2016 The MathWorks, Inc.
+
+0PROP