Hugo van Kemenade
|
0d7f5d3ba3
|
Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)
|
2023-08-16 12:18:56 -06:00 |
Serhiy Storchaka
|
058fb35b57
|
bpo-44854: Remove trailing whitespaces (GH-27689)
|
2021-08-09 21:32:54 +03:00 |
Ammar Askar
|
1031f23fc3
|
[workflow] Use MSVC problem matcher for Windows action build (GH-18532)
This makes warnings and errors from the compiler very prominent so this should help prevent warnings from sneaking into the code base and catch them in review. See https://discuss.python.org/t/using-github-problem-matchers-to-catch-warnings-early/4254 for more details
You can see a demo of this in action here: https://github.com/ammaraskar/cpython/pull/15/files#diff-9ba2eeca0f254ece0a9df4d7cb68e870
GCC and Sphinx matchers have previously been added in GH-18567 and GH-20325, respectively.
|
2020-12-28 12:28:40 -06:00 |
Ammar Askar
|
5552850f8e
|
[workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)
|
2020-06-06 12:21:46 +01:00 |
Ammar Askar
|
2602d97a0a
|
[workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)
|
2020-05-25 22:32:24 +01:00 |