summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: c323ed72617e13bc65ed6eab11b696656f4b7319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file

path_classifiers:
  library:
    - python.d/python_modules/third_party/*
    - python.d/python_modules/urllib3/
    - python.d/python_modules/urllib3/*
    - python.d/python_modules/urllib3/util/*
    - python.d/python_modules/urllib3/packages/*
    - python.d/python_modules/urllib3/packages/backports/*
    - python.d/python_modules/urllib3/packages/ssl_match_hostname/*
    - python.d/python_modules/urllib3/contrib/*
    - python.d/python_modules/urllib3/contrib/_securetransport/*
    - python.d/python_modules/pyyaml2/*
    - python.d/python_modules/pyyaml3/*
    - node.d/node_modules/lib/*
    - node.d/node_modules/lib/ber/*
    - node.d/node_modules/asn1-ber.js
    - node.d/node_modules/extend.js
    - node.d/node_modules/net-snmp.js
    - node.d/node_modules/pixl-xml.js
    - web/lib/*
    - web/css/*
  test:
    - tests/web/*
    - tests/web/lib/*
    - tests/web/fixtures/*
    - tests/profile/*
    - tests/node.d/*
    - tests/*