ronanboiteau / NormEZ

Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misplaced space(s) around '|' sign.

CorentinB opened this issue · comments

Hi, with this kind of code:

my_putchar('|');

I get this error:

Misplaced space(s) around '|' sign.

You should consider avoid this warning when there are quotes around the pipe. :)

Hello! As explained in the Known Issues: context is not handled by NormEZ. It means NormEZ doesn't make the difference between strings, characters, comments & code.