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:
4
Makefile
4
Makefile
@ -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:
|
||||||
|
Reference in New Issue
Block a user