-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
[Feature request] Less verbose output #2627
Comments
Hello, thank you for this suggestion. This sounds reasonable to me. We could introduce a I think it is ok to change the current behaviour with something less verbose and add the option to re-enable that behaviour if someone really needs it. Are you interested in submitting a PR for this? (If so please target the v5.2 branch) //cc @dawedawe |
I will take look this weekend. Serilog is nice and I use it at work but have no strong opinion. |
Thanks @ly29 |
FWIW I think there is an easy way to halve the number of lines Fantomas produces:
with
Also, for me ignored files do not get listed in the output. EDIT: However I note that this is likely going to change as per #2717 (comment) and that get rid of verbose output, perhaps. |
Available in v6. |
I propose we that allow a less verbose mode.
The existing way of Fantomas deals with this problem is being very verbose doing
dotnet fantomas --recurse .
where is each file processed is being list.. It would be helpful to being less verbose not print any info about unchanged files.Pros and Cons
The advantages of making this adjustment to Fantomas are less nosiy output allows user to focus on important things.
The disadvantages of making this adjustment to Fantomas are it is a change and someone might be dependent on current behavior of the cli tool.
It might also might make ignored files harder to debug.
Extra information
Estimated cost (XS, S, M, L, XL, XXL): S
Related suggestions: (put links to related suggestions here)
Affidavit (please submit!)
Please tick this by placing a cross in the box:
Please tick all that apply:
The text was updated successfully, but these errors were encountered: