Escape-Technologies / mookme

A pre-commit tool designed for monorepos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't add file with directory name starting with (

rojen11 opened this issue · comments

I am using mookme on a next js 13 project and I use directory with parenthesis to group the routes. I have setup mookme to format and lint the project and auto add the file after the process on pre commit. When attempting to commit, it encounters an error when trying to add a directory that begins with a "(".

Maybe add the directory name in quotes for automatically adding the changed files?