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
main.c: Error!
Error: INVALID_HEADER (line: 1, col: 1): Missing or invalid 42 header
Error: DECL_ASSIGN_LINE (line: 6, col: 32): Declaration and assignation on a single line
Additional infos
OS: Linux
python3 --version: Python 3.11.6
norminette -v: norminette 3.3.55
Additional context
f is a const variable and it should be possible to declare and assign it on the same line.
The text was updated successfully, but these errors were encountered:
Describe the bug
DECL_ASSIGN_LINE on const variable
Erroneous code
Please use markdown to send the code here.
Additional infos
Additional context
f is a const variable and it should be possible to declare and assign it on the same line.
The text was updated successfully, but these errors were encountered: