-
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.
Update example to include skipped check and documentation generator (#36
) Signed-off-by: hoangtungdinh <[email protected]> Co-authored-by: hoangtungdinh <[email protected]>
- Loading branch information
1 parent
f7ea664
commit 7cac0a9
Showing
4 changed files
with
53 additions
and
27 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 |