diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-12-20 22:49:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 22:49:34 +0100 |
commit | fa67166fcc71f85e5e543eab73885de8a8f6f149 (patch) | |
tree | f1add0edeae5b30cb3bb65973f54a185bee81bbc | |
parent | b8972d1b383f91dedce72b18ebbdabd5a236b719 (diff) |
Remove any references to LGTM (#1837)
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | lgtm.yml | 2 |
3 files changed, 1 insertions, 5 deletions
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 @@ -2,8 +2,6 @@ # nDPI [](https://github.com/ntop/nDPI/actions?query=workflow%3ABuild) -[](https://lgtm.com/projects/g/ntop/nDPI/context:cpp) -[](https://lgtm.com/projects/g/ntop/nDPI/alerts) [](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 |