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
The pre-commit hook is currently running nx affected:lint --fix --files which lints all changed files instead of staged files only. This leads to commit aborts when committing a subset of changes while having non-staged files not yet lint-conform.
Steps to Reproduce
Stage changes, and make some other changes which are not lint-conform. Try to commit the staged changes.
Logs
No response
The text was updated successfully, but these errors were encountered:
Version
Problem Description
The pre-commit hook is currently running
nx affected:lint --fix --files
which lints all changed files instead of staged files only. This leads to commit aborts when committing a subset of changes while having non-staged files not yet lint-conform.Steps to Reproduce
Stage changes, and make some other changes which are not lint-conform. Try to commit the staged changes.
Logs
No response
The text was updated successfully, but these errors were encountered: