File tree Expand file tree Collapse file tree 4 files changed +0
-28
lines changed
04_python_static_analysis/config
05_cpp_static_analysis/config Expand file tree Collapse file tree 4 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 11{
2- "resource_limits" : {
3- "RLIMIT_CPU" : 60 ,
4- "RLIMIT_NPROC" : 100 ,
5- "RLIMIT_AS" : " RLIM_INFINITY" ,
6- "RLIMIT_SIGPENDING" : 100
7- },
8-
92 "testcases" : [
103 {
114 "title" : " Python - Static Analysis" ,
Original file line number Diff line number Diff line change 11{
2- "resource_limits" : {
3- "RLIMIT_CPU" : 60 ,
4- "RLIMIT_NPROC" : 100 ,
5- "RLIMIT_AS" : " RLIM_INFINITY" ,
6- "RLIMIT_SIGPENDING" : 100
7- },
8-
92 // Static analysis can also be performed upon C++ code.
103 // Here, no compilation is performed at all; instead, student code is examined to
114 // ensure that it does not use either the "goto" or "auto" keywords.
Original file line number Diff line number Diff line change 11{
2- "resource_limits" : {
3- "RLIMIT_CPU" : 60 ,
4- "RLIMIT_NPROC" : 100 ,
5- "RLIMIT_AS" : " RLIM_INFINITY" ,
6- "RLIMIT_SIGPENDING" : 100
7- },
8-
92 "testcases" : [
103 {
114 "title" : " Python - Distinguish for and while Loops" ,
Original file line number Diff line number Diff line change 11{
2- "resource_limits" : {
3- "RLIMIT_CPU" : 60 ,
4- "RLIMIT_NPROC" : 100 ,
5- "RLIMIT_AS" : " RLIM_INFINITY" ,
6- "RLIMIT_SIGPENDING" : 100
7- },
8-
92 "testcases" : [
103 {
114 "title" : " Python - Determine Loop Depth" ,
You can’t perform that action at this time.
0 commit comments