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 using the argument {matchedFiles} for instance in a hook, it will list changed file of the package as expected, but it will also list deleted files, leading to errors sometimes.
Here, the file `` was deleted which breaks my pre-commit hook and made me do a commit --no-verify.
The text was updated successfully, but these errors were encountered:
When using the argument
{matchedFiles}
for instance in a hook, it will list changed file of the package as expected, but it will also list deleted files, leading to errors sometimes.Here, the file `` was deleted which breaks my pre-commit hook and made me do a commit
--no-verify
.The text was updated successfully, but these errors were encountered: