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
kiskv
changed the title
Leftnock skips a file if the characters in the folder contain mixed characters
Leftnock skips a file if the characters in folder contain mixed characters
Nov 12, 2024
kiskv
changed the title
Leftnock skips a file if the characters in folder contain mixed characters
Leftnock skips a file if characters in folder contain mixed characters
Nov 12, 2024
kiskv
changed the title
Leftnock skips a file if characters in folder contain mixed characters
Leftnock skips a file if characters in folder contain mixed cyrillic and latin symbols
Nov 12, 2024
kiskv
changed the title
Leftnock skips a file if characters in folder contain mixed cyrillic and latin symbols
Lefthook skips a file if characters in folder contain mixed cyrillic and latin symbols
Nov 12, 2024
kiskv
changed the title
Lefthook skips a file if characters in folder contain mixed cyrillic and latin symbols
Lefthook skips a file if folder name contain mixed cyrillic and latin symbols
Nov 12, 2024
🔧 Summary
Lefthook skips a file if folder name contain mixed cyrillic and latin symbols
Lefthook version
1.8.2
Steps to reproduce
I have this lefthook config:
And have file in this folder:
./cypress/e2e/сities/cities.cy.ts (first symbol in
сities
folder - cyrillic)After make changes in this file, and run pre-commit hook print this message:
check-scripts (skip) no files for inspection
,which is wrong, since the file corresponds to glob pattern in check-scripts command
After renaming the folder and removing the cyrillic character, pre-commit works correctly and the file is included in the check-scripts command
Logs / Screenshots
The text was updated successfully, but these errors were encountered: