forked from aspect-build/rules_lint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-gitdiff which aspect CLI uses cannot support patches generated by BSD diff which is the default on MacOS (see tagged issue). I am investigating using ape but it requires Bazel 7.4.1 which may be a breaking change. Alternatively, this changes diff -> git with a few extra "hacks". Namely, we need to replace the labels to be the same file and resolve the symlinks otherwise `git diff` thinks the file was deleted. fixes aspect-build#487
- Loading branch information
Showing
1 changed file
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters