-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Prerequisites
- I check that an issue does not already exists for the request I'd like.
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
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers