42School / norminette

Official 42 norminette
MIT License
926 stars 138 forks source link

Asterisk detected as pointer instead of multiplication sign #494

Open chlimous opened 4 months ago

chlimous commented 4 months ago

Describe the bug The asterisk is detected as a pointer when it is actually a multiplication sign.

Erroneous code

var = (int)(fct(j)) * 2;
Error: SPC_AFTER_POINTER    (line:  18, col:  25):  space after pointer

Additional infos

OS: Arch
python3 --version: 3.11.8
norminette -v: 3.3.54