Closed
Bug 1550516
Opened 6 years ago
Closed 6 years ago
Use clang checks validation in `./mach static-analysis check` JSON output
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: bastien, Assigned: bastien)
Details
Attachments
(1 file)
The configuration file clang-tidy/config.yaml in mozilla-central has a list of publication status used by the code-review bot.
Now that the code-review bot uses analyzers running on Try, we can use easily the local checkout of this file to add each issue's publication state.in the JSON format of ./mach static-analysis check
That would allow us to remove the download of that file in the bot.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bastien
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by babadie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e3d9c747e6e
Export clang-tidy check configuration in static-analysis json output, r=sylvestre.
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•