summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ba1aa7ae5..d1be2bbc8f 100644
--- a/Makefile
+++ b/Makefile
@@ -53,3 +53,9 @@ clean-mac: clean
test:
go test -cover -race ./...
+
+fixme:
+ grep -rnw "FIXME" routers models modules
+
+todo:
+ grep -rnw "TODO" routers models modules