``` # This is intentionally in the default args...
# general
w
Copy code
# This is intentionally in the default args section: never warn for generated files.
    '-file-filter', '/\.pants\.d/gen/',
    # Ditto: Suppress the warning for annotations with no processor.
    '-msg-filter', '^(warning: )?No processor claimed any of these annotations: .*'