mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-13 23:51:20 +03:00
Add lint
to make target
This commit is contained in:
parent
ce3fe37787
commit
e5f4de8d34
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…
Reference in a new issue