-
Notifications
You must be signed in to change notification settings - Fork 1
-added dsf linter tool documentation to both api 1 and api 2 #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
seay28
commented
Nov 24, 2025
- changed file name
- changed name for routing
- changed file name - changed name for routing
schwzr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see inline comments
| | 0 | Success (no errors, or `--no-fail` was used) | | ||
| | 1 | Failure (errors found, or fatal error occurred) | | ||
|
|
||
| ## Validation Rules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should move the list of validation rules to another page?
| | `BpmnModelLinter` | Validates BPMN model structure and elements | | ||
| | `FhirResourceLinter` | Validates FHIR resources using pluggable linters | | ||
|
|
||
| ### Linting Phases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should also move the phases to another page?
| - Respects `--no-fail` flag | ||
| - Returns appropriate status code | ||
|
|
||
| ### Design Patterns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
| - **Service Locator Pattern**: Plugin discovery via ServiceLoader | ||
| - **Builder Pattern**: Configuration and result objects | ||
|
|
||
| ### Thread Safety |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
| - Temporary context classloader used for resource access | ||
| - Result objects are immutable | ||
|
|
||
| ## Development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should move this to another page
| - Handle exceptions appropriately | ||
| - Write unit tests for new features | ||
|
|
||
| ## Troubleshooting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to another page and make sure it is clearly visible (and above developer stuff)
| title: DSF Linter | ||
| icon: operate | ||
| --- | ||
| # DSF Linter - Complete Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need 2 pages for this? Maybe use one page and have 2 subpages for the different validation rules?
…tion - new sidebar update - Api v2 linter tool redirects to Api v1 linter tool because we currently don't have any difference