.lgtm.yml 1.1 KB

123456789101112131415161718192021222324
  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. - collectors/node.d.plugin/node_modules/lib/
  16. - collectors/node.d.plugin/node_modules/asn1-ber.js
  17. - collectors/node.d.plugin/node_modules/extend.js
  18. - collectors/node.d.plugin/node_modules/net-snmp.js
  19. - collectors/node.d.plugin/node_modules/pixl-xml.js
  20. - web/gui/lib/
  21. - web/gui/src/
  22. - web/gui/css/
  23. test:
  24. - tests/