It would help greatly in incrementally introducing checks at a bigger project when we can define custom filters for each check, e.g.
allman_check = "std/algorithm,std/biginit"
We could also support negative matching:
allman_check = "std/algorithm,-std/biginit"