From cab024a6fc8e0d20597cabe29785e51c618e3835 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 12 Nov 2025 12:18:31 +0000 Subject: [PATCH] CI: Remove integration of retired lgtm.com Company was aquired by Github in 2019. Service was switched off in Dec 2022, replaced by GitHub code scanning. Fixes #1260 See - https://github.blog/news-insights/product-news/the-next-step-for-lgtm-com-github-code-scanning/ --- .lgtm.yml | 10 ---------- README.md | 2 -- docs/changelog.rst | 1 + 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index a8e91c02..00000000 --- a/.lgtm.yml +++ /dev/null @@ -1,10 +0,0 @@ -path_classifiers: - library: - - "mitogen/compat" - - "ansible_mitogen/compat" -queries: - # Mitogen 2.4 compatibility trips this query everywhere, so just disable it - - exclude: py/unreachable-statement - - exclude: py/should-use-with - # mitogen.core.b() trips this query everywhere, so just disable it - - exclude: py/import-and-import-from diff --git a/README.md b/README.md index c3cd9a87..26e033e2 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,3 @@ Please see the documentation. ![](https://i.imgur.com/eBM6LhJ.gif) - -[![Total alerts](https://img.shields.io/lgtm/alerts/g/mitogen-hq/mitogen.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/mitogen-hq/mitogen/alerts/) diff --git a/docs/changelog.rst b/docs/changelog.rst index c02c084f..7d5b12b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,7 @@ In progress (unreleased) * :gh:issue:`1243` :mod:`mitogen`: Pass first stage, context name, & preamble size as seperate **argv** arguments * :gh:issue:`1218` :mod:`ansible_mitogen`: Remove maximum Ansible version check +* :gh:issue:`1260` CI: Remove integration of retired lgtm.com v0.3.31 (2025-11-05)