Fix bad rebase
Auditors: nh
Fix bad rebase Tags None Subscribers None
Description
Details
Event TimelineComment Actions Ideally we'd have some way of preventing commits that don't pass lint (like we do for www)... Comment Actions
Hard to do this while we're on GitHub since you can't install pre-receive hooks. You could install pre-send hooks in your local, but that's pretty fallible. |