Skip to content

Commit 4ea8edc

Browse files
committed
Warn on unknown rules
1 parent 05e5643 commit 4ea8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/io/github/css4j/ci/BaseSiteErrorReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public void omIssues(CSSStyleSheet<? extends CSSRule> sheet, int sheetIndex, She
421421
selectErrorTargetSheet(sheet, sheetIndex);
422422
Iterator<String> it = unknownRules.iterator();
423423
while (it.hasNext()) {
424-
writeError("Unknown rule: " + it.next());
424+
writeWarning("Unknown rule: " + it.next());
425425
}
426426
}
427427
LinkedList<RuleParseException> rpe = dseh.getRuleParseErrors();

0 commit comments

Comments
 (0)