diff --git a/Makefile b/Makefile index 98fbcb6..5cbc5fb 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,5 @@ test: lint: @echo "# Linting..." @golangci-lint run + @echo "## Fixing whitespaces...." + @wsl --allow-cuddle-declarations --force-err-cuddling --fix ./...