diff --git a/.mega-linter.yml b/.mega-linter.yml index eb4ce8f..30f44e4 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -23,7 +23,7 @@ DISABLE_LINTERS: SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false # DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass -FILTER_REGEX_EXCLUDE: "(megalinter-reports)|(cdevents-spec.*)|(.gitmodules)|(.sqlx)|(\\.lock)|(\\.ndjson)|(\\.pdf)|(\\.csv)|(\\.zip)|(\\.tar)|(\\.ipynb)|(license.*)|(LICENSE.*)" +FILTER_REGEX_EXCLUDE: "(megalinter-reports)|(.vscode)|(cdevents-spec.*)|(.gitmodules)|(.sqlx)|(\\.lock)|(\\.ndjson)|(\\.pdf)|(\\.csv)|(\\.zip)|(\\.tar)|(\\.ipynb)|(license.*)|(LICENSE.*)" SPELL_FILTER_REGEX_INCLUDE: '\\.md$' PRINT_ALPACA: false REPOSITORY_SECRETLINT_ARGUMENTS: diff --git a/demos/stack-compose/dashboards.yaml b/demos/stack-compose/dashboards.yaml index 2424e58..c6841c5 100644 --- a/demos/stack-compose/dashboards.yaml +++ b/demos/stack-compose/dashboards.yaml @@ -2,21 +2,21 @@ apiVersion: 1 # mainly to use with demos/docker-compose providers: -- name: 'cdviz-db-dashboards' - # org id. will default to orgId 1 if not specified - orgId: 1 - # name of the dashboard folder. Required - folder: 'cdviz' - # folder UID. will be automatically generated if not specified - folderUid: '' - # provider type. Required - type: file - # disable dashboard deletion - disableDeletion: false - # enable dashboard editing - editable: true - # how often Grafana will scan for changed dashboards - updateIntervalSeconds: 30 - options: - # path to dashboard files on disk. Required - path: /var/provisioning/dashboards \ No newline at end of file + - name: "cdviz-db-dashboards" + # org id. will default to orgId 1 if not specified + orgId: 1 + # name of the dashboard folder. Required + folder: "cdviz" + # folder UID. will be automatically generated if not specified + folderUid: "" + # provider type. Required + type: file + # disable dashboard deletion + disableDeletion: false + # enable dashboard editing + editable: true + # how often Grafana will scan for changed dashboards + updateIntervalSeconds: 30 + options: + # path to dashboard files on disk. Required + path: /var/provisioning/dashboards