I would like to do the following:
- Use the standard google_checks.xml configuration, because I don't want to duplicate it.
- Be able to suppress warnings, in particular for generated code, but potentially also for false positives.
- Use the maven-checkstyle-plugin.
As far as I can understand, in order to be able to use suppressions, you need to add a filter to the .xml configuration, and the google_checks.xml configuration is something I'd rather not own myself. Is it possible to solve this? It would be nice if project-specific things like suppressions would be separated from more generic things like the code style rules.