Releases: 42School/norminette
3.3.3
- Variable name checks again for allowed char when defined (same on function definition only, prevents problem with calling other function/variables)
- Header parsing should work with any header
- work on the attribute for functions
- Indent stuff
- Pointer/mult stuff
- More precise checks on tabs where they shoudlnt be
- Prevent tabs before the value on defines
- Check for newline after preprocs
3.3.2
Headers are being reintroduced. For now it's only a warning that does not trigger the norminette in the moulinette.
Properly checks for ternaries in control structures
Properly handles operator right before a pointer (i = -*j;
)
More pointer/operator inconsistencies fixed
Fixed bug with variable declaration and parenthesis
Fixed variable alignment error with typedef const
Fixed various crashs and infinite loop
- With parenthesis
- With not compilable code
etc..
Please note that the scope of the norminette is not to handle uncompilable code. Theses fixes aren't great.
Norminette should be run on compilable code. We might want to modify the moulinette to first check compilation to make sure these bug don't happen again.
More hotfixes on uncompilable code might come through later.
3.3.1
bugfixes:
- several errors with pointer/mult sign
- several errors for typedef and function pointer
- struct can be named without restrictions if typedef (for DIR structs)
- global environ can be declared without raising error
- moulinette compliance stuff (error log changes)
- can no longer use a combination of tabs and space to mess with the norminette
- escaped char count better toward line length
3.3.0
3.2.95
3.2.9
3.2.8
3.2.7
3.2.6
3.2.4 but with proper naming so it now works
3.2.41 3.2.3->3.2.4