Update package_linter.py

This commit is contained in:
Tagada 2024-03-11 15:00:32 +01:00 committed by GitHub
parent d3609c6b6a
commit 39285a6072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1576,7 +1576,7 @@ class Configurations(TestSuite):
return
for number, line in enumerate(content.split("\n"), 1):
comment = ("#", "//", ";", "/**", "*")
comment = ("#", "//", ";", "/*", "*")
if (
( "0.0.0.0" in line or "::" in line )
and not line.strip().startswith(comment)