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

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

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

NiumXp
Copy link
Contributor

@NiumXp NiumXp commented Feb 11, 2024

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!

@matthieu42Network matthieu42Network merged commit 6448e7c into 42School:master Feb 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants