.lgtm.yml 856 B

123456789101112131415161718192021
  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/json/
  17. - web/gui/lib/
  18. - web/gui/src/
  19. - web/gui/css/
  20. test:
  21. - tests/