Message ID | 20231109135148.42688-1-cgzones@googlemail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Petr Lautrbach |
Headers | show |
Series | [1/7] Drop LGTM.com configuration | expand |
On Thu, Nov 9, 2023 at 8:51 AM Christian Göttsche <cgzones@googlemail.com> wrote: > > LGTM.com has been discontinued in 2022 and replaced by GitHub code > scanning[1]. > > [1]: https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ > > Signed-off-by: Christian Göttsche <cgzones@googlemail.com> For these seven patches: Acked-by: James Carter <jwcart2@gmail.com> > --- > lgtm.yml | 5 ----- > 1 file changed, 5 deletions(-) > delete mode 100644 lgtm.yml > > diff --git a/lgtm.yml b/lgtm.yml > deleted file mode 100644 > index f80bf146..00000000 > --- a/lgtm.yml > +++ /dev/null > @@ -1,5 +0,0 @@ > -extraction: > - cpp: > - index: > - build_command: > - - make DESTDIR="$LGTM_WORKSPACE/destdir" install > -- > 2.42.0 >
On Mon, Nov 13, 2023 at 3:12 PM James Carter <jwcart2@gmail.com> wrote: > > On Thu, Nov 9, 2023 at 8:51 AM Christian Göttsche > <cgzones@googlemail.com> wrote: > > > > LGTM.com has been discontinued in 2022 and replaced by GitHub code > > scanning[1]. > > > > [1]: https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ > > > > Signed-off-by: Christian Göttsche <cgzones@googlemail.com> > > For these seven patches: > Acked-by: James Carter <jwcart2@gmail.com> > These seven patches have been merged. Thanks, Jim > > --- > > lgtm.yml | 5 ----- > > 1 file changed, 5 deletions(-) > > delete mode 100644 lgtm.yml > > > > diff --git a/lgtm.yml b/lgtm.yml > > deleted file mode 100644 > > index f80bf146..00000000 > > --- a/lgtm.yml > > +++ /dev/null > > @@ -1,5 +0,0 @@ > > -extraction: > > - cpp: > > - index: > > - build_command: > > - - make DESTDIR="$LGTM_WORKSPACE/destdir" install > > -- > > 2.42.0 > >
diff --git a/lgtm.yml b/lgtm.yml deleted file mode 100644 index f80bf146..00000000 --- a/lgtm.yml +++ /dev/null @@ -1,5 +0,0 @@ -extraction: - cpp: - index: - build_command: - - make DESTDIR="$LGTM_WORKSPACE/destdir" install
LGTM.com has been discontinued in 2022 and replaced by GitHub code scanning[1]. [1]: https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ Signed-off-by: Christian Göttsche <cgzones@googlemail.com> --- lgtm.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lgtm.yml