Skip to content

Commit 10eb749

Browse files
committed
add copyright for all tests
1 parent 9c18de2 commit 10eb749

23 files changed

+42
-2
lines changed

manualTests/miss_hit.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
22
line_length: 100
33
regex_function_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
4-
suppress_rule: "copyright_notice"
54

65
# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html)
76
metric "cnest": limit 4

manualTests/test_makeRawDataset.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_makeRawDataset()
24

35
outputDir = fullfile(fileparts(mfilename('fullpath')), 'output');

tests/miss_hit.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
22
line_length: 100
33
regex_function_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
4-
suppress_rule: "copyright_notice"
54

65
# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html)
76
metric "cnest": limit 4

tests/test_askForGroupAndOrSession.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_askForGroupAndOrSession %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_checkCFG.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_checkCFG %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_createDataDictionary.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_createDataDictionary %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_createDatasetDescription.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_createDatasetDescription %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_createFilename.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_createFilename %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_createJson.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_createJson %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

tests/test_createQuestionList.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% (C) Copyright 2020 CPP_BIDS developers
2+
13
function test_suite = test_createQuestionList %#ok<*STOUT>
24
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
35
test_functions = localfunctions(); %#ok<*NASGU>

0 commit comments

Comments
 (0)