0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00

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