Relax lint check for licensing in files

This commit is contained in:
Leo Balter 2019-02-05 13:33:51 -05:00 committed by Rick Waldron
parent 353cf531d6
commit 48a7471060
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class CheckLicense(Check):
match = _LICENSE_PATTERN.search(source)
if not match:
return 'No license information found.'
return
year_str = match.group(2)
try:

View File

@ -1,4 +1,3 @@
LICENSE
^ expected errors | v input
/*---
esid: sec-assignment-operators-static-semantics-early-errors