servo: Merge #6044 - Various cleanup (from Ms2ger:cleanup); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: 7bda431e61d06113306c3f12d9f4240a58a7d34d
This commit is contained in:
Ms2ger
2015-05-14 07:16:42 -05:00
parent 771e23db73
commit 30431efd3c
14 changed files with 80 additions and 54 deletions

View File

@@ -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):