1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

chore: add nolint to the todo make task

So we can also find nolints across the code and fix them.
This commit is contained in:
Carlos Alexandro Becker 2017-10-25 15:16:12 -02:00
parent 11fee22a2e
commit 7c9e1ee5f6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -60,7 +60,7 @@ todo:
--exclude=Makefile \
--text \
--color \
-nRo -E ' TODO:.*|SkipNow' .
-nRo -E ' TODO:.*|SkipNow|nolint:.*' .
.PHONY: todo