summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkyu08 <49891479+kyu08@users.noreply.github.com>2024-05-23 23:53:34 +0900
committerStefan Haller <stefan@haller-berlin.de>2024-05-24 12:54:45 +0200
commite5f4de8d34d569fb00e199e3cf9d8709d1b314fc (patch)
treea1759281502bb3cacc9953ed733344c2d623eebc /Makefile
parentce3fe377879e50a5e98e2c2ef25f1ed83121bbb3 (diff)
Add `lint` to make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d36c0d64..ca490a94a 100644
--- a/Makefile
+++ b/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: