1
0
Fork 0

chore: add lint and lint-autofix to .phony

This commit is contained in:
Beatriz Vieira 2021-07-30 19:44:49 -03:00
parent 146b14ffb0
commit ff4774737b

View file

@ -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