.codacy.yml 463 B

12345678910111213141516
  1. ---
  2. exclude_paths:
  3. - src/collectors/python.d.plugin/python_modules/pyyaml3/**
  4. - src/collectors/python.d.plugin/python_modules/urllib3/**
  5. - src/collectors/python.d.plugin/python_modules/third_party/**
  6. - packaging/makeself/**
  7. - tests/**
  8. - aclk/tests/**
  9. - src/libnetdata/libjudy/**
  10. - src/database/sqlite/sqlite3.c
  11. - src/ml/dlib/**
  12. - src/web/server/h2o/libh2o/**
  13. - build/**
  14. - build_external/**
  15. - packaging/**
  16. - src/aclk/mqtt_websockets/**