Open Bug 1902443 Opened 13 days ago

`mach static-analysis check`'s output is mostly spam

Categories

(Developer Infrastructure :: Source Code Analysis, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: rkraesig, Unassigned)

Details

The output of mach static-analysis check consists mostly of:

  • a list of enabled checks;
  • the command-line used to invoke clang-tidy (very long, containing the entirety of the above); and
  • a recapitulation of config from tools/clang-tidy/config.yaml,

... all repeated for every individual file being analyzed. This drowns out any useful information from the analyses themselves.

You need to log in before you can comment on or make changes to this bug.