File: .lgtm.yml

package info (click to toggle)
netdata 1.29.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,156 kB
  • sloc: ansic: 245,296; javascript: 80,707; python: 32,656; sh: 14,828; makefile: 2,220; cpp: 613; pascal: 171; xml: 10
file content (24 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
# 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/
    - collectors/node.d.plugin/node_modules/lib/
    - collectors/node.d.plugin/node_modules/asn1-ber.js
    - collectors/node.d.plugin/node_modules/extend.js
    - collectors/node.d.plugin/node_modules/net-snmp.js
    - collectors/node.d.plugin/node_modules/pixl-xml.js
    - web/gui/lib/
    - web/gui/src/
    - web/gui/css/
  test:
    - tests/