mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 23:48:10 +01:00
3 lines
66 B
Makefile
3 lines
66 B
Makefile
.PHONY: lint
|
|
lint:
|
|
pre-commit run --all-files golangci-lint-full
|