mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Revise prepush when deleting branch #76

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

When deleting a branch, there is no need to run cargo fmt and cargo clippy, so we should skip those checks. On the other hand, we should prevent the main branch from being deleted, so a check is added to prepush. In addition, the indent of all the scripts are updated to 4 spaces.