Hiding violations in Chrome Dev Console

In latest Chrome (64.0.3282.167), add the following to your “Filter” box with “All levels” selected:

-[Violation]

Not sure if any sort of Regex is supported any longer (previous versions of Chrome had a checkbox that allowed you to filter by expression), but the - seems to be a “don’t match”.

Leave a Comment