Commit f69eb89
committed
fix: lint:changes command to only lint changed files
Replace the broken --since flag with proper merge-base diff logic. The command
now gets files changed since merge-base with master and passes them directly to
oxlint instead of routing through the workspace runner which would lint the
entire codebase.1 parent e9c9aa0 commit f69eb89
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments