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 a28009e commit 62855e7Copy full SHA for 62855e7
examples/05_cpp_static_analysis/config/config.json
@@ -1,7 +1,7 @@
1
{
2
- // explicitly grab the necessary submitted files for validation
+ // explicitly grab the necessary submitted files for static analysis
3
"autograding" : {
4
- "submission_to_validation" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
+ "submission_to_runner" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
5
},
6
7
// Static analysis can also be performed upon C++ code.
0 commit comments