summaryrefslogtreecommitdiffstats
path: root/.github/problem-matchers
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] Remove Sphinx problem matcher to avoid annotating unchanged files ↵Miss Islington (bot)2023-08-161-40/+0
| | | | | | | | (GH-108005) (#108049) Remove Sphinx problem matcher to avoid annotating unchanged files (GH-108005) (cherry picked from commit 0d7f5d3ba3641f8c7d32facbb177bf70ee7520d1) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-091-1/+1
|
* [workflow] Use MSVC problem matcher for Windows action build (GH-18532)Ammar Askar2020-12-281-0/+19
| | | | | | | 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.
* [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)Ammar Askar2020-06-061-0/+18
|
* [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)Ammar Askar2020-05-251-0/+40