From fa67166fcc71f85e5e543eab73885de8a8f6f149 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:49:34 +0100 Subject: Remove any references to LGTM (#1837) --- Makefile.am | 2 +- README.md | 2 -- lgtm.yml | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 lgtm.yml diff --git a/Makefile.am b/Makefile.am index a55893ca7..fdff89d3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ python/DEV_GUIDE.md python/dev_requirements.txt python/ndpi_example.py python/ndpi/__init__.py \ python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \ python/requirements.txt python/setup.py python/tests.py \ - sonar-project.properties .github .ci-ignore lgtm.yml + sonar-project.properties .github .ci-ignore .PHONY: doc doc-view diff --git a/README.md b/README.md index e6b5f906a..1029513cb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # nDPI [![Build Status](https://img.shields.io/github/actions/workflow/status/ntop/nDPI/build.yml?branch=dev&logo=github)](https://github.com/ntop/nDPI/actions?query=workflow%3ABuild) -[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ntop/nDPI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntop/nDPI/context:cpp) -[![Total Alerts](https://img.shields.io/lgtm/alerts/g/ntop/nDPI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntop/nDPI/alerts) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/ndpi.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:ndpi) ## What is nDPI ? diff --git a/lgtm.yml b/lgtm.yml deleted file mode 100644 index 2b18425ba..000000000 --- a/lgtm.yml +++ /dev/null @@ -1,2 +0,0 @@ -queries: - - exclude: cpp/cleartext-storage-file -- cgit v1.2.3