From ff4774737b954344363add3b464c1e90dd74a931 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Fri, 30 Jul 2021 19:44:49 -0300 Subject: [PATCH] chore: add lint and lint-autofix to .phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cdb775..9e07c48 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: usage build test test-coverage test-show-coverage run tidy release release-all +.PHONY: usage build lint lint-autofix test test-coverage test-show-coverage run tidy release release-all OK_COLOR=\033[32;01m NO_COLOR=\033[0m