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