14 lines · plain
1# Suppress unused warnings in all files, apart from the ones under `foo/`.2[unused]3src:*4src:*foo/*=emit5 6# This should take precedence over `unused` group, as it's mentioned later.7[unused-variable]8# We don't suppress unused-variable warnings in "any" file.9 10# Some warning groups can have strange spellings.11[format=2]12src:*13src:*foo/*=emit14