Skip to content

Commit 62855e7

Browse files
committed
runner not validation
1 parent a28009e commit 62855e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/05_cpp_static_analysis/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
// explicitly grab the necessary submitted files for validation
2+
// explicitly grab the necessary submitted files for static analysis
33
"autograding" : {
4-
"submission_to_validation" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
4+
"submission_to_runner" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
55
},
66

77
// Static analysis can also be performed upon C++ code.

0 commit comments

Comments
 (0)