diff --git a/package_linter.py b/package_linter.py index 9beaf75..f43b83f 100755 --- a/package_linter.py +++ b/package_linter.py @@ -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)