@cryptotaxi247 / netdata-1 / commits / 3df554b84

fix move collectors to src/ leftovers (#16967)

Ilya Mashchenko committed Feb 8, 2024 at 11:40 UTC 3df554b844fcfe0b9130d6722898d41c6883e027
3 files changed +13 -13
.codacy.yml
+8 -8
@@ -1,9 +1,9 @@
1 ---
2 exclude_paths:
3 - - collectors/python.d.plugin/python_modules/pyyaml2/**
4 - - collectors/python.d.plugin/python_modules/pyyaml3/**
5 - - collectors/python.d.plugin/python_modules/urllib3/**
6 - - collectors/python.d.plugin/python_modules/third_party/**
3 + - src/collectors/python.d.plugin/python_modules/pyyaml2/**
4 + - src/collectors/python.d.plugin/python_modules/pyyaml3/**
5 + - src/collectors/python.d.plugin/python_modules/urllib3/**
6 + - src/collectors/python.d.plugin/python_modules/third_party/**
7 - contrib/**
8 - packaging/makeself/**
9 - web/gui/css/**
@@ -15,11 +15,11 @@ exclude_paths:
15 - web/gui/main.js
16 - tests/**
17 - aclk/tests/**
18 - - libnetdata/libjudy/**
19 - - database/sqlite/sqlite3.c
20 - - ml/dlib/**
18 + - src/libnetdata/libjudy/**
19 + - src/database/sqlite/sqlite3.c
20 + - src/ml/dlib/**
21 - web/server/h2o/libh2o/**
22 - build/**
23 - build_external/**
24 - packaging/**
25 - - mqtt_websockets/**
25 + - src/aclk/mqtt_websockets/**
.vscode/settings.default.json
+3 -3
@@ -1,8 +1,8 @@
1 {
2 "yaml.schemas": {
3 - "./integrations/schemas/collector.json": "/collectors/*/metadata.yaml",
4 - "./integrations/schemas/exporter.json": "/exporting/*/metadata.yaml",
5 - "./integrations/schemas/notification.json": "/health/notifications/*/metadata.yaml",
3 + "./integrations/schemas/collector.json": "/src/collectors/*/metadata.yaml",
4 + "./integrations/schemas/exporter.json": "/src/exporting/*/metadata.yaml",
5 + "./integrations/schemas/notification.json": "/src/health/notifications/*/metadata.yaml",
6 "./integrations/schemas/categories.json": "/integrations/categories.yaml",
7 "./integrations/schemas/deploy.json": "/integrations/deploy.yaml",
8 "./integrations/schemas/distros.json": "/.github/data/distros.yml"
.yamllint.yml
+2 -2
@@ -3,8 +3,8 @@ yaml-files:
3 - '*.yaml'
4 - '*.yml'
5 - '.yamllint'
6 - - 'collectors/python.d.plugin/*.conf'
7 - - 'collectors/python.d.plugin/*/*.conf'
6 + - 'src/collectors/python.d.plugin/*.conf'
7 + - 'src/collectors/python.d.plugin/*/*.conf'
8
9 ignore: |
10 mqtt_websockets/