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