fix move collectors to src/ leftovers (#16967)

This commit is contained in:
Ilya Mashchenko 2024-02-08 11:40:14 +02:00 committed by GitHub
parent 47c5efa256
commit 3df554b844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,9 @@
---
exclude_paths:
- collectors/python.d.plugin/python_modules/pyyaml2/**
- collectors/python.d.plugin/python_modules/pyyaml3/**
- collectors/python.d.plugin/python_modules/urllib3/**
- collectors/python.d.plugin/python_modules/third_party/**
- src/collectors/python.d.plugin/python_modules/pyyaml2/**
- src/collectors/python.d.plugin/python_modules/pyyaml3/**
- src/collectors/python.d.plugin/python_modules/urllib3/**
- src/collectors/python.d.plugin/python_modules/third_party/**
- contrib/**
- packaging/makeself/**
- web/gui/css/**
@ -15,11 +15,11 @@ exclude_paths:
- web/gui/main.js
- tests/**
- aclk/tests/**
- libnetdata/libjudy/**
- database/sqlite/sqlite3.c
- ml/dlib/**
- src/libnetdata/libjudy/**
- src/database/sqlite/sqlite3.c
- src/ml/dlib/**
- web/server/h2o/libh2o/**
- build/**
- build_external/**
- packaging/**
- mqtt_websockets/**
- src/aclk/mqtt_websockets/**

View File

@ -1,8 +1,8 @@
{
"yaml.schemas": {
"./integrations/schemas/collector.json": "/collectors/*/metadata.yaml",
"./integrations/schemas/exporter.json": "/exporting/*/metadata.yaml",
"./integrations/schemas/notification.json": "/health/notifications/*/metadata.yaml",
"./integrations/schemas/collector.json": "/src/collectors/*/metadata.yaml",
"./integrations/schemas/exporter.json": "/src/exporting/*/metadata.yaml",
"./integrations/schemas/notification.json": "/src/health/notifications/*/metadata.yaml",
"./integrations/schemas/categories.json": "/integrations/categories.yaml",
"./integrations/schemas/deploy.json": "/integrations/deploy.yaml",
"./integrations/schemas/distros.json": "/.github/data/distros.yml"

View File

@ -3,8 +3,8 @@ yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- 'collectors/python.d.plugin/*.conf'
- 'collectors/python.d.plugin/*/*.conf'
- 'src/collectors/python.d.plugin/*.conf'
- 'src/collectors/python.d.plugin/*/*.conf'
ignore: |
mqtt_websockets/