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
It would be awesome if the buildifier hook could download buildifier instead of assuming that it is system installed. Buildifier is a go program, so it can simply be wgetted from the github repository with a simple check to determine whether the os is windows, mac, or linux.
The text was updated successfully, but these errors were encountered:
This worked for me, downloading buildifier from the source repo on Windows and Linux using golang bootstrapping from pre-commit 3.0.0+ (https://pre-commit.com/#golang):
It would be awesome if the buildifier hook could download buildifier instead of assuming that it is system installed. Buildifier is a go program, so it can simply be
wget
ted from the github repository with a simple check to determine whether the os is windows, mac, or linux.The text was updated successfully, but these errors were encountered: