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
Problem your feature solves? Please describe.
When committing the pre commit hook will run lint on the local repo which is good but you can end up in a situation where the changes that fix the linting errors are non staged and the commit will pass.
Describe the solution you'd like
Ideally the lint should only lint against the base changes plus the staged changes and ignore the unstaged changes. This will allow you to safely commit and know that the committed changes will pass linting on the GH side.
The text was updated successfully, but these errors were encountered:
Component your feature request relates to
Problem your feature solves? Please describe.
When committing the pre commit hook will run lint on the local repo which is good but you can end up in a situation where the changes that fix the linting errors are non staged and the commit will pass.
Describe the solution you'd like
Ideally the lint should only lint against the base changes plus the staged changes and ignore the unstaged changes. This will allow you to safely commit and know that the committed changes will pass linting on the GH side.
The text was updated successfully, but these errors were encountered: