-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
continuous-integrationContinuous integration (CI)Continuous integration (CI)enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Can add a CI check for the introduction of code uncleanness by diffing an MFC build on a PR and on master, both with an appended -Wall flag to the GNU compile options in CMakeLists.txt, piping the output as ./mfc.sh build > out.txt 2>&1, and printing and counting the warnings via grep '\-W' out.txt. Then deleting common lines.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
continuous-integrationContinuous integration (CI)Continuous integration (CI)enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers