1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

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

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: