Add lint to make target (#3593)

I feel this is necessary when I worked on
https://github.com/jesseduffield/lazygit/pull/3592.
This commit is contained in:
Stefan Haller 2024-05-24 12:57:47 +02:00 committed by GitHub
commit 8f1a04d095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,10 @@ generate:
format: format:
gofumpt -l -w . gofumpt -l -w .
.PHONY: lint
lint:
golangci-lint run
# For more details about integration test, see https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md. # For more details about integration test, see https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md.
.PHONY: integration-test-tui .PHONY: integration-test-tui
integration-test-tui: integration-test-tui: