Description of the issue
Similar to #2076, it'd be nice to respect @SuppressWarnings(all) by supressing all lgtm warnings. This is often used by generated code, for example code generated by SBE:
https://github.com/real-logic/simple-binary-encoding/blob/44ca92f152cbfaaaf0b72bc9ee08e2f2c345b303/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java#L1664