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
@oluckyman I realise it's been a long time, but is there any chance you can elaborate on the behaviour you're seeing here? Particularly, I'm assuming partly.js is actually fixed in your working copy but not restaged. Right? If so, I think it's correct.
git-exec-and-restage aims to minimise the need to manually stage changes, but stays out of your way if you're partially staging files. My recommendation (and the scenario git-exec-and-restage assumes) is that you check git status after committing partially staged files, see the unstaged changes from linting, and amend your commit as you see fit.
After commit I have these changes committed:
(the missing semicolon is fixed)
(what was partly staged is committed but not fixed)
The expected behavior: fix and commit fully staged files and do not commit partly staged files with lint errors.
My package.json
The text was updated successfully, but these errors were encountered: