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
no-todos currently checks the whole content of files being committed.
Idea
It would be nice to have a flag (even as default?) to check only the modified lines, not the whole file. Thus, modifications to a file which contains a TODO in an unrelated part still could be committed without exlcuding the hook.
The text was updated successfully, but these errors were encountered:
Context
no-todos
currently checks the whole content of files being committed.Idea
It would be nice to have a flag (even as default?) to check only the modified lines, not the whole file. Thus, modifications to a file which contains a TODO in an unrelated part still could be committed without exlcuding the hook.
The text was updated successfully, but these errors were encountered: