mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
chore: added a todo task to the Makefile
Added a `todo` task in the `Makefile`, copied from apex/up.
This commit is contained in:
parent
e9ca883b0b
commit
87ec4781ee
11
Makefile
11
Makefile
@ -52,5 +52,16 @@ static:
|
||||
--inline-script 'hljs.initHighlightingOnLoad();' \
|
||||
--inline-style 'pre { padding: 0; }'
|
||||
|
||||
# Show to-do items per file.
|
||||
todo:
|
||||
@grep \
|
||||
--exclude-dir=vendor \
|
||||
--exclude-dir=node_modules \
|
||||
--exclude=Makefile \
|
||||
--text \
|
||||
--color \
|
||||
-nRo -E ' TODO:.*|SkipNow' .
|
||||
.PHONY: todo
|
||||
|
||||
|
||||
.DEFAULT_GOAL := build
|
||||
|
Loading…
Reference in New Issue
Block a user