From: Andy Allan Date: Wed, 5 Jun 2019 14:29:54 +0000 (+0200) Subject: Ignore the block length of the routes X-Git-Tag: live~2593^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a88d62bcc638a62dee9bbed70c0a881026e3d17c?hp=a88d62bcc638a62dee9bbed70c0a881026e3d17c;ds=sidebyside Ignore the block length of the routes Since the routes are more of a dsl than code, we've been happy to repeatedly bump up this number. But then that hides other code which has over-long block lengths hiding behind. So instead let's exclude the routes from this metric. ---