]> git.openstreetmap.org Git - rails.git/commitdiff
Ignore the block length of the routes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Jun 2019 14:29:54 +0000 (16:29 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Jun 2019 14:29:54 +0000 (16:29 +0200)
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.


No differences found