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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user