blob: abe4fde0c265d5285cdf048af3e5b13627e6b21d [file] [log] [blame]
# Suppress unused warnings in all files, apart from the ones under `foo/`.
[unused]
src:*
src:*foo/*=emit
# This should take precedence over `unused` group, as it's mentioned later.
[unused-variable]
# We don't suppress unused-variable warnings in "any" file.
# Some warning groups can have strange spellings.
[format=2]
src:*
src:*foo/*=emit