Skip to content
Snippets Groups Projects
Commit 48a74710 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

Relax lint check for licensing in files

parent 353cf531
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
LICENSE
^ expected errors | v input
/*---
esid: sec-assignment-operators-static-semantics-early-errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment