You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After spending 30 minutes trying to figure out why csharpier was formatting a different number of files in our CI pipeline than locally, I finally noticed that my browser window was the exact width that resulted in chopping the Total time and Total files output numbers in half:
It may be worth considering removing the spacing to prevent this kind of misreading of the output.
The text was updated successfully, but these errors were encountered:
I've been considering simplifying the output for check and getting rid of the stats, I'm not sure that they add value. Prettier only provides a simple "everything is good" or "here are the files that aren't formatted" output. Maybe adding an option to show more details about the number of files, etc. If I do keep around the details I'll clean up the spacing to avoid this problem.
After spending 30 minutes trying to figure out why csharpier was formatting a different number of files in our CI pipeline than locally, I finally noticed that my browser window was the exact width that resulted in chopping the Total time and Total files output numbers in half:
It may be worth considering removing the spacing to prevent this kind of misreading of the output.
The text was updated successfully, but these errors were encountered: