feat: Add new rule for not so useful optimization
1diff --git a/Makefile b/Makefile 2index c40550f3511468aef34845a655475bfd1feb8f26..397ebd3f43fff5b73d65830d2e445cfc8c60fb53 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -60,9 +60,14 @@ --config golangci.yml \ 6 --verbose \ 7 ./... 8 9+fix: gci alignment 10+ 11 gci: 12 find . \ 13 -type f \ 14 -name "*.go" \ 15 -not -path "./vendor/*" \ 16 -exec gci write -s standard -s default -s "prefix(git.sr.ht/~gabrielgio/img)" {} + 17+ 18+alignment: 19+ betteralign -apply ./...