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(misc): format:check not checking all affected files #9152

Merged
merged 1 commit into from Mar 2, 2022
Merged

fix(misc): format:check not checking all affected files #9152

merged 1 commit into from Mar 2, 2022

Commits on Mar 1, 2022

  1. fix(misc): fix format:check not checking all affected files

    While running format:write and format:check commands, a list of affected files is split to chunks of 50 files, that was originally meant as compatibility optimization for Windows users (see #2362).
    This causes early exits in cases if there are also incorrectly formatted files in both 1st and following chunks.
    
    fixes #9151
    miluoshi committed Mar 1, 2022
    Copy the full SHA
    630f28d View commit details
    Browse the repository at this point in the history