aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-08 18:13:46 -0500
committerUnknwon <u@gogs.io>2017-02-08 18:13:46 -0500
commita2dd9ec2e1d0d613f3af9f9722e433eaa6c86a5f (patch)
tree2ab0d09f27fdb074eeff062864c0d9b43a09e0cf /Makefile
parent591c333dcdf93004d883277c01e8819b33065456 (diff)
models/org_team: panic when team num_repos is negative (#3671)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc496b9a..9b04e69e 100644
--- a/Makefile
+++ b/Makefile
@@ -74,3 +74,7 @@ fixme:
todo:
grep -rnw "TODO" routers models modules
+
+# Legacy code should be remove by the time of release
+legacy:
+ grep -rnw "LEGACY" routers models modules