Norminette generates a misleading error message when checking enum declarations that contain comments after a variable without a comma between the variable and the comment. This issue causes Norminette to flag a line far beyond the actual source of the error, which leads to confusion in debugging.
norminette 3.3.55
when adding a comma in front of FALSE like "FALSE,//" or removing the comment it fixes the issue.
this is the solution:
Norminette generates a misleading error message when checking enum declarations that contain comments after a variable without a comma between the variable and the comment. This issue causes Norminette to flag a line far beyond the actual source of the error, which leads to confusion in debugging.
norminette 3.3.55
when adding a comma in front of FALSE like "FALSE,//" or removing the comment it fixes the issue. this is the solution: