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
alter pre-commit to fix go install for addlicense and add step to install buildifier if not present. (#972)
- `go get -u` command used to install `addlicense` tool in L51 is deprecated since Go 1.17. Replace it with go install.
- Add similar function to install `buildifier` if not already installed. This is used to fix Bazel format.
0 commit comments