Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 3, 2024
1 parent 72d9fa7 commit 242aed5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions src/schemas/json/sil-kit-participant-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,15 +848,21 @@
"items": {
"type": "string",
"description": "A filesystem path to additionally search for files to be included",
"examples": [ "/urs/etc/sil-kit-configs/", "C:\\Temp\\sil-kit-configs\\" ]
"examples": [
"/urs/etc/sil-kit-configs/",
"C:\\Temp\\sil-kit-configs\\"
]
}
},
"Files": {
"type": "array",
"items": {
"type": "string",
"description": "Participant configuration files to be included",
"examples": [ "relative/path/to/included.silkit.yaml", "logging.silkit.yaml" ]
"examples": [
"relative/path/to/included.silkit.yaml",
"logging.silkit.yaml"
]
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/test/sil-kit-participant-configuration/full.silkit.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"SoftResponseTimeout": 1000
},
"Includes": {
"SearchPathHints": ["ConfigSnippets/"],
"Files": ["generated.silkit.yaml"]
"Files": ["generated.silkit.yaml"],
"SearchPathHints": ["ConfigSnippets/"]
},
"LinControllers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Includes:
SearchPathHints:
- ConfigSnippets/
Files:
- generated.silkit.yaml
- generated.silkit.yaml
Tracing:
TraceSinks:
- Name: TraceSink1
Expand Down

0 comments on commit 242aed5

Please sign in to comment.