Commit ba8b9bf
authored
ci: remove clang report page
The warnings found by clang report is already preventatively checked in
the neovim repository:
https://github.com/neovim/neovim/blob/7fa24948a936a95519f0c8c496402488b6508c14/.github/workflows/test.yml#L82-L95.
This means that new warnings will not be passed in and the need for the
report page is greatly reduced.
Furthermore, some of the warnings such as core.NullDereference seem
susceptible to false positives which are hard to identify and should be
ignored for the time being. `clang-analyzer` gives better tools compared
to `scan-build` to selectively ignore these warnings.
Lastly, this will reduce the `reports` workflow from around 9 minutes to
1 minute.1 parent 8c3865b commit ba8b9bf
File tree
5 files changed
+0
-117
lines changed- .github/workflows
- ci
- templates/clang-report
5 files changed
+0
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 53 | | |
63 | 54 | | |
64 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments