remove lgtm.com (#14216)
Ilya Mashchenko committed
Jan 6, 2023 at 15:11 UTC
c3041c1836d547dd06944a98d54c021adec5fdfc
3 files changed
+1
-30
.github/CODEOWNERS
-1
@@ -42,7 +42,6 @@ Dockerfile* @Ferroin
42
# Ownership of specific files
43
.gitignore @Ferroin @vkalintiris
44
.travis.yml @Ferroin
45
-.lgtm.yml @Ferroin
45
.eslintrc @Ferroin
46
.eslintignore @Ferroin
47
.csslintrc @Ferroin
.lgtm.yml
deleted
-24
@@ -1,24 +0,0 @@
1
----
2
-# LGTM does a good job at classifying files, but sometimes it needs some help.
3
-# To classify files which shouldn't be checked we need to define where such
4
-# files are located and manually assign them one of possible categories:
5
-# docs, generated, library, template, test
6
-# More information can be found in lgtm documentation:
7
-# https://help.semmle.com/lgtm-enterprise/user/help/file-classification.html#built-in-tags
8
-# https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
9
-path_classifiers:
10
- library:
11
- - collectors/python.d.plugin/python_modules/third_party/
12
- - collectors/python.d.plugin/python_modules/urllib3/
13
- - collectors/python.d.plugin/python_modules/pyyaml2/
14
- - collectors/python.d.plugin/python_modules/pyyaml3/
15
- - ml/kmeans/dlib/
16
- - ml/dlib/dlib/
17
- - ml/json/
18
- - web/gui/lib/
19
- - web/gui/src/
20
- - web/gui/css/
21
- - web/gui/dashboard/lib/
22
- - libnetdata/libjudy/
23
- test:
24
- - tests/
README.md
+1
-5
@@ -10,12 +10,8 @@
10
<br />
11
<a href="https://travis-ci.com/netdata/netdata"><img src="https://travis-ci.com/netdata/netdata.svg?branch=master" alt="Build status"></a>
12
<a href="https://bestpractices.coreinfrastructure.org/projects/2231"><img src="https://bestpractices.coreinfrastructure.org/projects/2231/badge" alt="CII Best Practices"></a>
13
- <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>
14
- <br />
13
<a href="https://codeclimate.com/github/netdata/netdata"><img src="https://codeclimate.com/github/netdata/netdata/badges/gpa.svg" alt="Code Climate"></a>
16
- <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>
17
- <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>
18
- <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>
14
+ <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>
15
</p>
16
17
<img src="https://user-images.githubusercontent.com/1153921/95269366-1b814680-07ee-11eb-8ff4-c1b0b8758499.png" alt="---" style="max-width: 100%;" />