-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from asam-ev/2024-09-25
Add maintenance work
- Loading branch information
Showing
11 changed files
with
809 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Config> | ||
|
||
<Param name="JsonFile" value="data/non_existing_file.json" /> | ||
|
||
<CheckerBundle application="jsonBundle"> | ||
<Param name="resultFile" value="json_bundle_report.xqar" /> | ||
<Checker checkerId="jsonChecker" maxLevel="1" minLevel="3" /> | ||
</CheckerBundle> | ||
|
||
|
||
<ReportModule application="TextReport"> | ||
<Param name="strInputFile" value="Result.xqar" /> | ||
<Param name="strReportFile" value="Report.txt" /> | ||
</ReportModule> | ||
|
||
</Config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
qc_baselib @ git+https://github.com/asam-ev/qc-baselib-py@develop | ||
asam-qc-baselib @ git+https://github.com/asam-ev/qc-baselib-py@develop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.