Analizer Java or C++ style code

Re: Analizer Java or C++ style code

by Erel Segal-Halevi -
Number of replies: 0
I agree, style check is important. In my C++ course, I use `clang-tidy`, and it extremely helpful. Students learn a lot of style guidelines just from running clang-tidy on their code and trying to overcome the warnings. Is it possible to configure VPL to automatically run clang-tidy (or another similar tool) on the students' submissions?