42School / norminette

Official 42 norminette
MIT License
926 stars 138 forks source link

fix norminette error formatters output that was not using newlines #488

Closed NiumXp closed 6 months ago

NiumXp commented 7 months ago

This is a hotfix for #482.

If we run norminette in a folder that have more than one file, we will be surprised with an output like this:

a.c: OK! b.c: OK! c.c: OK!

Instead of:

a.c: OK!
b.c: OK!
c.c: OK!