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 781f57d commit a28009eCopy full SHA for a28009e
examples/05_cpp_static_analysis/config/config.json
@@ -1,4 +1,9 @@
1
{
2
+ // explicitly grab the necessary submitted files for validation
3
+ "autograding" : {
4
+ "submission_to_validation" : [ "*.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