mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Fix some overlong lines.
This commit is contained in:
parent
40a91d6227
commit
d84c3e7a30
7 changed files with 30 additions and 13 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue