You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/process-development/linter-tool/linter-tool.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
-
title: Linter Tool
2
+
title: DSF Linter Tool
3
+
icon: customize
3
4
---
5
+
# DSF Linter - Complete Documentation
4
6
5
7
A comprehensive linting tool for DSF (Data Sharing Framework) process plugins. Validates BPMN processes, FHIR resources, and plugin configurations from JAR files.
6
8
@@ -11,15 +13,15 @@ A comprehensive linting tool for DSF (Data Sharing Framework) process plugins. V
11
13
3.[Installation](#installation)
12
14
4.[Usage](#usage)
13
15
5.[CLI Options](#cli-options)
14
-
7.[Report Generation](#report-generation)
15
-
8.[Architecture](#architecture)
16
-
11.[API Reference](#api-reference)
16
+
6.[Report Generation](#report-generation)
17
+
7.[Architecture](#architecture)
18
+
8.[API Reference](#api-reference)
17
19
18
20
## Overview
19
21
20
22
The DSF Linter is a static analysis tool designed to validate DSF process plugins before deployment. It performs comprehensive checks on:
21
23
22
-
-**BPMN Process Definitions**: Validates Camunda/Operaton BPMN 2.0 models, task implementations, event configurations, and FHIR resource references
24
+
-**BPMN Process Definitions**: Validates Camunda BPMN 2.0 models, task implementations, event configurations, and FHIR resource references
0 commit comments