From d84c3e7a303c5582cd240be637574067bd5cac91 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 14 May 2015 13:26:13 +0200 Subject: Fix some overlong lines. --- python/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy.py') diff --git a/python/tidy.py b/python/tidy.py index 780cfca647e..5191a8921b8 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -68,7 +68,7 @@ def check_license(contents): def check_length(idx, line): - if len(line) >= 160: + if len(line) >= 150: yield (idx + 1, "(much) overlong line") def check_whatwg_url(idx, line): -- cgit v1.2.3