Prerequisites
Upgrade's location
The upgrade concerns the file(s) named ...
coding-style.sh, coding-style.ps1
Upgrade's motivation
Every time you want to run the code style checker, you have to run make fclean to make sure the rule O-1 does not create an ouput that is hard to read. When using larger an larger code-bases, this force the user to recompile code that might take some time to compile and could be easily avoided.
Yes it is possible to use grep to hide those but having a exclude-like flag wouldbe a qol for many students.
Upgrade's description
The flag would work by simply exluding targeted file/directory from the checker.
Example:
coding-style.sh repo logs --exclude repo/build repo/my_binary
Upgrade's type
Prerequisites
Upgrade's location
The upgrade concerns the file(s) named ...
coding-style.sh,coding-style.ps1Upgrade's motivation
Every time you want to run the code style checker, you have to run
make fcleanto make sure the rule O-1 does not create an ouput that is hard to read. When using larger an larger code-bases, this force the user to recompile code that might take some time to compile and could be easily avoided.Yes it is possible to use
grepto hide those but having a exclude-like flag wouldbe a qol for many students.Upgrade's description
The flag would work by simply exluding targeted file/directory from the checker.
Example:
Upgrade's type