NormEZ
NormEZ copied to clipboard
Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.
Results
2
NormEZ issues
Sort by
recently updated
recently updated
newest added
https://user-images.githubusercontent.com/72006230/101776704-5a1dd080-3abf-11eb-9a8c-ff847d8572bc.png Il indique un erreur lorsque l'on fait variable++; alors que cela n'en est pas une :p
Actually missplaced curly brackets are not detected. According to the L4 rule : "Opening curly brackets should be **at the end of their line**, except for functions where they must...