aureliancnx/Bubulle-Norminette

Missing H1 check

Closed this issue · 3 comments

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 👍

Added function content check in a header files

Added define check in source files

Added structure check in source files