Describe the bug
submitty_count from AnalysisTools should be fully deprecated (as mentioned in https://submitty.org/instructor/autograding/static_analysis/count) and removed in favor of submitty_count_ts.
Currently, there are still docker images that install submitty_count and tutorial course gradeables that use it for static analysis.
Here are the files where it is found and should be removed:
- DockerImagesRPI/csci1200
- DockerImages/autograding-default
- Tutorial/07_loop_depth
- Tutorial/06_loop_types
- Tutorial/04_python_static_analysis
- Submitty/python_multipart_static_analysis
- Submitty/allowed_autograding_commands
- Submitty/TestCase.h
Describe the bug
submitty_count from AnalysisTools should be fully deprecated (as mentioned in https://submitty.org/instructor/autograding/static_analysis/count) and removed in favor of submitty_count_ts.
Currently, there are still docker images that install submitty_count and tutorial course gradeables that use it for static analysis.
Here are the files where it is found and should be removed: