summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS1
-rw-r--r--.lgtm.yml24
-rw-r--r--README.md6
3 files changed, 1 insertions, 30 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 520dc62e25..b2eba9e707 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,7 +42,6 @@ Dockerfile* @Ferroin
# Ownership of specific files
.gitignore @Ferroin @vkalintiris
.travis.yml @Ferroin
-.lgtm.yml @Ferroin
.eslintrc @Ferroin
.eslintignore @Ferroin
.csslintrc @Ferroin
diff --git a/.lgtm.yml b/.lgtm.yml
deleted file mode 100644
index 6fdab0e806..0000000000
--- a/.lgtm.yml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-# LGTM does a good job at classifying files, but sometimes it needs some help.
-# To classify files which shouldn't be checked we need to define where such
-# files are located and manually assign them one of possible categories:
-# docs, generated, library, template, test
-# More information can be found in lgtm documentation:
-# https://help.semmle.com/lgtm-enterprise/user/help/file-classification.html#built-in-tags
-# https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
-path_classifiers:
- library:
- - collectors/python.d.plugin/python_modules/third_party/
- - collectors/python.d.plugin/python_modules/urllib3/
- - collectors/python.d.plugin/python_modules/pyyaml2/
- - collectors/python.d.plugin/python_modules/pyyaml3/
- - ml/kmeans/dlib/
- - ml/dlib/dlib/
- - ml/json/
- - web/gui/lib/
- - web/gui/src/
- - web/gui/css/
- - web/gui/dashboard/lib/
- - libnetdata/libjudy/
- test:
- - tests/
diff --git a/README.md b/README.md
index f1f9a4c1ab..9a377ce007 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,8 @@
<br />
<a href="https://travis-ci.com/netdata/netdata"><img src="https://travis-ci.com/netdata/netdata.svg?branch=master" alt="Build status"></a>
<a href="https://bestpractices.coreinfrastructure.org/projects/2231"><img src="https://bestpractices.coreinfrastructure.org/projects/2231/badge" alt="CII Best Practices"></a>
- <a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPL%20v3%2B-blue.svg" alt="License: GPL v3+"></a>
- <br />
<a href="https://codeclimate.com/github/netdata/netdata"><img src="https://codeclimate.com/github/netdata/netdata/badges/gpa.svg" alt="Code Climate"></a>
- <a href="https://lgtm.com/projects/g/netdata/netdata/context:cpp"><img src="https://img.shields.io/lgtm/grade/cpp/g/netdata/netdata.svg?logo=lgtm" alt="LGTM C"></a>
- <a href="https://lgtm.com/projects/g/netdata/netdata/context:javascript"><img src="https://img.shields.io/lgtm/grade/javascript/g/netdata/netdata.svg?logo=lgtm" alt=""LGTM JS></a>
- <a href="https://lgtm.com/projects/g/netdata/netdata/context:python"><img src="https://img.shields.io/lgtm/grade/python/g/netdata/netdata.svg?logo=lgtm" alt="LGTM PYTHON"></a>
+ <a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPL%20v3%2B-blue.svg" alt="License: GPL v3+"></a>
</p>
<img src="https://user-images.githubusercontent.com/1153921/95269366-1b814680-07ee-11eb-8ff4-c1b0b8758499.png" alt="---" style="max-width: 100%;" />