Missing H1 check
Closed this issue · 3 comments
aureliancnx commented
Add H1 check:
- Check if function content is in a header file
- Check if non-global variable is in a header file
- Check if a structure is in a source file
- Check if a DEFINE is in a source file
TODO 👍
aureliancnx commented
Added function content check in a header files
aureliancnx commented
Added define check in source files
aureliancnx commented
Added structure check in source files