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.
2 parents 787ca57 + 62855e7 commit c4d1a67Copy full SHA for c4d1a67
examples/05_cpp_static_analysis/config/config.json
@@ -1,4 +1,9 @@
1
{
2
+ // explicitly grab the necessary submitted files for static analysis
3
+ "autograding" : {
4
+ "submission_to_runner" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
5
+ },
6
+
7
// Static analysis can also be performed upon C++ code.
8
// Here, no compilation is performed at all; instead, student code is examined to
9
// ensure that it does not use either the "goto" or "auto" keywords.
0 commit comments