summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: 88f4ae6cf46b6929c9055e3b0386cd678fb1dc97 (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
# docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file

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