mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +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:
commit
8f1a04d095
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -38,6 +38,10 @@ generate:
|
|||
format:
|
||||
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.
|
||||
.PHONY: integration-test-tui
|
||||
integration-test-tui:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue