You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: