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
When linting multiple files in CI it makes sense to only print the results of the failed lints. I suggested adding a flag for that in #17. One thing that concerns me is that if we add the flag there's no visibility in the amount of files that got linted in total (it might have linted none!). Let's print a summary at the end of the command. Something like:
Linted 300 files, found 0 errors
The text was updated successfully, but these errors were encountered:
When linting multiple files in CI it makes sense to only print the results of the failed lints. I suggested adding a flag for that in #17. One thing that concerns me is that if we add the flag there's no visibility in the amount of files that got linted in total (it might have linted none!). Let's print a summary at the end of the command. Something like:
The text was updated successfully, but these errors were encountered: