42School / norminette

Official 42 norminette
MIT License
926 stars 138 forks source link

Norminette does not check struct name when it is a typedef #461

Open NiumXp opened 9 months ago

NiumXp commented 9 months ago

Describe the bug Norminette does not check struct name when it is a typedef

Erroneous code

typedef struct sstruct
{
}   t_;
test.c: Error!
Error: INVALID_HEADER       (line:   1, col:   1):      Missing or invalid 42 header

Additional infos