eza-community / eza

A modern alternative to ls
https://eza.rocks
European Union Public License 1.2
11.35k stars 204 forks source link

feat: add non-nix pre-commit rustfmt and clippy hooks #986

Closed PThorpe92 closed 2 months ago

PThorpe92 commented 4 months ago

For those of us who don't use nix on a daily basis, it's nice to have the option of getting rustfmt + clippy running before we commit.

PThorpe92 commented 3 months ago

@cafkafk this is ready :+1:

PThorpe92 commented 3 months ago

wait... don't those merge commits get squashed?

EDIT: just looked through git history... wow wtf how does github not merge --squash when repos have rebase only enabled? I had no idea those commits were staying here the whole time

cafkafk commented 2 months ago

wow wtf how does github not merge --squash when repos have rebase only enabled?

IDK, there are no settings to disable it either... it's really annoying!