Something went wrong while fetching comments. Please try again.
Created by: mrnugget
Without --silent the output of the command is incredibly noisy on CI:
And since it's a "check" command to make sure that everything's been formatted properly, we only want to know:
With --silent we get all of that and can more easily spot which files are wrongly formatted.
Before:
After: