Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Norminette does not check struct name when it is a typedef #461

Open
NiumXp opened this issue Nov 24, 2023 · 0 comments
Open

Norminette does not check struct name when it is a typedef #461

NiumXp opened this issue Nov 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NiumXp
Copy link
Contributor

NiumXp commented Nov 24, 2023

Describe the bug
Norminette does not check struct name when it is a typedef

Erroneous code

typedef struct sstruct
{
}	t_;
test.c: Error!
Error: INVALID_HEADER       (line:   1, col:   1):      Missing or invalid 42 header

Additional infos

  • OS:
  • python3 --version: Python 3.10.12
  • norminette -v: norminette 3.3.54
@matthieu42Network matthieu42Network added the enhancement New feature or request label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants