42School / norminette

Official 42 norminette
MIT License
956 stars 140 forks source link

Declaration and assignment of a variable on the same line. #495

Open eni9m-a opened 6 months ago

eni9m-a commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

While The Norm V4 forbids declaration and assignment of a variable on the same line, it is possible to bypass this restriction from the norminette.

Erroneous code Please use markdown to send the code here.

int main (void) { int (i) = 0; return (0); }

Additional infos Copy and paste the output of norminette --version command here.

norminette 3.3.51

Additional context Add any other context about the problem here.