@camunda/linting 3.31.0 → 3.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Linter.js +0 -5
- package/lib/compiled-config.js +101 -96
- package/package.json +7 -7
- package/lib/utils/documentation.js +0 -42
package/lib/Linter.js
CHANGED
|
@@ -18,8 +18,6 @@ import { getEntryIds } from './utils/properties-panel';
|
|
|
18
18
|
|
|
19
19
|
import { toSemverMinor } from './utils/version';
|
|
20
20
|
|
|
21
|
-
import { getDocumentationUrl } from './utils/documentation';
|
|
22
|
-
|
|
23
21
|
import defaultPlugins from './plugins';
|
|
24
22
|
|
|
25
23
|
const NoopResolver = new StaticResolver({});
|
|
@@ -102,9 +100,6 @@ export class Linter {
|
|
|
102
100
|
propertiesPanel: {
|
|
103
101
|
entryIds
|
|
104
102
|
},
|
|
105
|
-
documentation: {
|
|
106
|
-
url: getDocumentationUrl(rule)
|
|
107
|
-
},
|
|
108
103
|
rule
|
|
109
104
|
};
|
|
110
105
|
})
|
package/lib/compiled-config.js
CHANGED
|
@@ -29,6 +29,7 @@ Resolver.prototype.resolveConfig = function(pkg, configName) {
|
|
|
29
29
|
const resolver = new Resolver();
|
|
30
30
|
|
|
31
31
|
const rules = {
|
|
32
|
+
"camunda-compat/ad-hoc-sub-process": "error",
|
|
32
33
|
"camunda-compat/element-type": "error",
|
|
33
34
|
"camunda-compat/called-element": "error",
|
|
34
35
|
"camunda-compat/collapsed-subprocess": "error",
|
|
@@ -92,194 +93,198 @@ export { resolver, config };
|
|
|
92
93
|
|
|
93
94
|
export default bundle;
|
|
94
95
|
|
|
95
|
-
import rule_0 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
96
|
+
import rule_0 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/ad-hoc-sub-process';
|
|
96
97
|
|
|
97
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
98
|
+
cache['bpmnlint-plugin-camunda-compat/ad-hoc-sub-process'] = rule_0;
|
|
98
99
|
|
|
99
|
-
import rule_1 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
100
|
+
import rule_1 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/element-type';
|
|
100
101
|
|
|
101
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
102
|
+
cache['bpmnlint-plugin-camunda-compat/element-type'] = rule_1;
|
|
102
103
|
|
|
103
|
-
import rule_2 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
104
|
+
import rule_2 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/called-element';
|
|
104
105
|
|
|
105
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
106
|
+
cache['bpmnlint-plugin-camunda-compat/called-element'] = rule_2;
|
|
106
107
|
|
|
107
|
-
import rule_3 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
108
|
+
import rule_3 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/collapsed-subprocess';
|
|
108
109
|
|
|
109
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
110
|
+
cache['bpmnlint-plugin-camunda-compat/collapsed-subprocess'] = rule_3;
|
|
110
111
|
|
|
111
|
-
import rule_4 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
112
|
+
import rule_4 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/connector-properties';
|
|
112
113
|
|
|
113
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
114
|
+
cache['bpmnlint-plugin-camunda-compat/connector-properties'] = rule_4;
|
|
114
115
|
|
|
115
|
-
import rule_5 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/duplicate-
|
|
116
|
+
import rule_5 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/duplicate-execution-listeners';
|
|
116
117
|
|
|
117
|
-
cache['bpmnlint-plugin-camunda-compat/duplicate-
|
|
118
|
+
cache['bpmnlint-plugin-camunda-compat/duplicate-execution-listeners'] = rule_5;
|
|
118
119
|
|
|
119
|
-
import rule_6 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
120
|
+
import rule_6 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/duplicate-task-headers';
|
|
120
121
|
|
|
121
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
122
|
+
cache['bpmnlint-plugin-camunda-compat/duplicate-task-headers'] = rule_6;
|
|
122
123
|
|
|
123
|
-
import rule_7 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
124
|
+
import rule_7 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/error-reference';
|
|
124
125
|
|
|
125
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
126
|
+
cache['bpmnlint-plugin-camunda-compat/error-reference'] = rule_7;
|
|
126
127
|
|
|
127
|
-
import rule_8 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/escalation-
|
|
128
|
+
import rule_8 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/escalation-boundary-event-attached-to-ref';
|
|
128
129
|
|
|
129
|
-
cache['bpmnlint-plugin-camunda-compat/escalation-
|
|
130
|
+
cache['bpmnlint-plugin-camunda-compat/escalation-boundary-event-attached-to-ref'] = rule_8;
|
|
130
131
|
|
|
131
|
-
import rule_9 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
132
|
+
import rule_9 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/escalation-reference';
|
|
132
133
|
|
|
133
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
134
|
+
cache['bpmnlint-plugin-camunda-compat/escalation-reference'] = rule_9;
|
|
134
135
|
|
|
135
|
-
import rule_10 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
136
|
+
import rule_10 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/event-based-gateway-target';
|
|
136
137
|
|
|
137
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
138
|
+
cache['bpmnlint-plugin-camunda-compat/event-based-gateway-target'] = rule_10;
|
|
138
139
|
|
|
139
|
-
import rule_11 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
140
|
+
import rule_11 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/executable-process';
|
|
140
141
|
|
|
141
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
142
|
+
cache['bpmnlint-plugin-camunda-compat/executable-process'] = rule_11;
|
|
142
143
|
|
|
143
|
-
import rule_12 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
144
|
+
import rule_12 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/execution-listener';
|
|
144
145
|
|
|
145
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
146
|
+
cache['bpmnlint-plugin-camunda-compat/execution-listener'] = rule_12;
|
|
146
147
|
|
|
147
|
-
import rule_13 from 'bpmnlint-plugin-camunda-compat/rules/camunda-
|
|
148
|
+
import rule_13 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/feel';
|
|
148
149
|
|
|
149
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
150
|
+
cache['bpmnlint-plugin-camunda-compat/feel'] = rule_13;
|
|
150
151
|
|
|
151
|
-
import rule_14 from 'bpmnlint-plugin-camunda-compat/rules/camunda-
|
|
152
|
+
import rule_14 from 'bpmnlint-plugin-camunda-compat/rules/camunda-platform/history-time-to-live';
|
|
152
153
|
|
|
153
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
154
|
+
cache['bpmnlint-plugin-camunda-compat/history-time-to-live'] = rule_14;
|
|
154
155
|
|
|
155
|
-
import rule_15 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
156
|
+
import rule_15 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/implementation';
|
|
156
157
|
|
|
157
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
158
|
+
cache['bpmnlint-plugin-camunda-compat/implementation'] = rule_15;
|
|
158
159
|
|
|
159
|
-
import rule_16 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
160
|
+
import rule_16 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/inclusive-gateway';
|
|
160
161
|
|
|
161
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
162
|
+
cache['bpmnlint-plugin-camunda-compat/inclusive-gateway'] = rule_16;
|
|
162
163
|
|
|
163
|
-
import rule_17 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
164
|
+
import rule_17 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/link-event';
|
|
164
165
|
|
|
165
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
166
|
+
cache['bpmnlint-plugin-camunda-compat/link-event'] = rule_17;
|
|
166
167
|
|
|
167
|
-
import rule_18 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
168
|
+
import rule_18 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/loop-characteristics';
|
|
168
169
|
|
|
169
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
170
|
+
cache['bpmnlint-plugin-camunda-compat/loop-characteristics'] = rule_18;
|
|
170
171
|
|
|
171
|
-
import rule_19 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
172
|
+
import rule_19 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/message-reference';
|
|
172
173
|
|
|
173
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
174
|
+
cache['bpmnlint-plugin-camunda-compat/message-reference'] = rule_19;
|
|
174
175
|
|
|
175
|
-
import rule_20 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
176
|
+
import rule_20 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-binding-type';
|
|
176
177
|
|
|
177
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
178
|
+
cache['bpmnlint-plugin-camunda-compat/no-binding-type'] = rule_20;
|
|
178
179
|
|
|
179
|
-
import rule_21 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
180
|
+
import rule_21 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-candidate-users';
|
|
180
181
|
|
|
181
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
182
|
+
cache['bpmnlint-plugin-camunda-compat/no-candidate-users'] = rule_21;
|
|
182
183
|
|
|
183
|
-
import rule_22 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
184
|
+
import rule_22 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-execution-listeners';
|
|
184
185
|
|
|
185
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
186
|
+
cache['bpmnlint-plugin-camunda-compat/no-execution-listeners'] = rule_22;
|
|
186
187
|
|
|
187
|
-
import rule_23 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
188
|
+
import rule_23 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-expression';
|
|
188
189
|
|
|
189
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
190
|
+
cache['bpmnlint-plugin-camunda-compat/no-expression'] = rule_23;
|
|
190
191
|
|
|
191
|
-
import rule_24 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
192
|
+
import rule_24 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-loop';
|
|
192
193
|
|
|
193
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
194
|
+
cache['bpmnlint-plugin-camunda-compat/no-loop'] = rule_24;
|
|
194
195
|
|
|
195
|
-
import rule_25 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
196
|
+
import rule_25 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-multiple-none-start-events';
|
|
196
197
|
|
|
197
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
198
|
+
cache['bpmnlint-plugin-camunda-compat/no-multiple-none-start-events'] = rule_25;
|
|
198
199
|
|
|
199
|
-
import rule_26 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
200
|
+
import rule_26 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-priority-definition';
|
|
200
201
|
|
|
201
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
202
|
+
cache['bpmnlint-plugin-camunda-compat/no-priority-definition'] = rule_26;
|
|
202
203
|
|
|
203
|
-
import rule_27 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
204
|
+
import rule_27 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-propagate-all-parent-variables';
|
|
204
205
|
|
|
205
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
206
|
+
cache['bpmnlint-plugin-camunda-compat/no-propagate-all-parent-variables'] = rule_27;
|
|
206
207
|
|
|
207
|
-
import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
208
|
+
import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-signal-event-sub-process';
|
|
208
209
|
|
|
209
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
210
|
+
cache['bpmnlint-plugin-camunda-compat/no-signal-event-sub-process'] = rule_28;
|
|
210
211
|
|
|
211
|
-
import rule_29 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-task-
|
|
212
|
+
import rule_29 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-task-schedule';
|
|
212
213
|
|
|
213
|
-
cache['bpmnlint-plugin-camunda-compat/no-task-
|
|
214
|
+
cache['bpmnlint-plugin-camunda-compat/no-task-schedule'] = rule_29;
|
|
214
215
|
|
|
215
|
-
import rule_30 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
216
|
+
import rule_30 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-task-listeners';
|
|
216
217
|
|
|
217
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
218
|
+
cache['bpmnlint-plugin-camunda-compat/no-task-listeners'] = rule_30;
|
|
218
219
|
|
|
219
|
-
import rule_31 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
220
|
+
import rule_31 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-template';
|
|
220
221
|
|
|
221
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
222
|
+
cache['bpmnlint-plugin-camunda-compat/no-template'] = rule_31;
|
|
222
223
|
|
|
223
|
-
import rule_32 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-
|
|
224
|
+
import rule_32 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-version-tag';
|
|
224
225
|
|
|
225
|
-
cache['bpmnlint-plugin-camunda-compat/no-
|
|
226
|
+
cache['bpmnlint-plugin-camunda-compat/no-version-tag'] = rule_32;
|
|
226
227
|
|
|
227
|
-
import rule_33 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-zeebe-
|
|
228
|
+
import rule_33 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-zeebe-properties';
|
|
228
229
|
|
|
229
|
-
cache['bpmnlint-plugin-camunda-compat/no-zeebe-
|
|
230
|
+
cache['bpmnlint-plugin-camunda-compat/no-zeebe-properties'] = rule_33;
|
|
230
231
|
|
|
231
|
-
import rule_34 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
232
|
+
import rule_34 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-zeebe-user-task';
|
|
232
233
|
|
|
233
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
234
|
+
cache['bpmnlint-plugin-camunda-compat/no-zeebe-user-task'] = rule_34;
|
|
234
235
|
|
|
235
|
-
import rule_35 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
236
|
+
import rule_35 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/priority-definition';
|
|
236
237
|
|
|
237
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
238
|
+
cache['bpmnlint-plugin-camunda-compat/priority-definition'] = rule_35;
|
|
238
239
|
|
|
239
|
-
import rule_36 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
240
|
+
import rule_36 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/zeebe-user-task';
|
|
240
241
|
|
|
241
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
242
|
+
cache['bpmnlint-plugin-camunda-compat/zeebe-user-task'] = rule_36;
|
|
242
243
|
|
|
243
|
-
import rule_37 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
244
|
+
import rule_37 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/secrets';
|
|
244
245
|
|
|
245
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
246
|
+
cache['bpmnlint-plugin-camunda-compat/secrets'] = rule_37;
|
|
246
247
|
|
|
247
|
-
import rule_38 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
248
|
+
import rule_38 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/sequence-flow-condition';
|
|
248
249
|
|
|
249
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
250
|
+
cache['bpmnlint-plugin-camunda-compat/sequence-flow-condition'] = rule_38;
|
|
250
251
|
|
|
251
|
-
import rule_39 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
252
|
+
import rule_39 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/signal-reference';
|
|
252
253
|
|
|
253
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
254
|
+
cache['bpmnlint-plugin-camunda-compat/signal-reference'] = rule_39;
|
|
254
255
|
|
|
255
|
-
import rule_40 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
256
|
+
import rule_40 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-event-form';
|
|
256
257
|
|
|
257
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
258
|
+
cache['bpmnlint-plugin-camunda-compat/start-event-form'] = rule_40;
|
|
258
259
|
|
|
259
|
-
import rule_41 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
260
|
+
import rule_41 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/subscription';
|
|
260
261
|
|
|
261
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
262
|
+
cache['bpmnlint-plugin-camunda-compat/subscription'] = rule_41;
|
|
262
263
|
|
|
263
|
-
import rule_42 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-
|
|
264
|
+
import rule_42 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-listener';
|
|
264
265
|
|
|
265
|
-
cache['bpmnlint-plugin-camunda-compat/task-
|
|
266
|
+
cache['bpmnlint-plugin-camunda-compat/task-listener'] = rule_42;
|
|
266
267
|
|
|
267
|
-
import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
268
|
+
import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-schedule';
|
|
268
269
|
|
|
269
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
270
|
+
cache['bpmnlint-plugin-camunda-compat/task-schedule'] = rule_43;
|
|
270
271
|
|
|
271
|
-
import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
272
|
+
import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/timer';
|
|
272
273
|
|
|
273
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
274
|
+
cache['bpmnlint-plugin-camunda-compat/timer'] = rule_44;
|
|
274
275
|
|
|
275
|
-
import rule_45 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-
|
|
276
|
+
import rule_45 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-definition';
|
|
276
277
|
|
|
277
|
-
cache['bpmnlint-plugin-camunda-compat/user-task-
|
|
278
|
+
cache['bpmnlint-plugin-camunda-compat/user-task-definition'] = rule_45;
|
|
278
279
|
|
|
279
|
-
import rule_46 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
280
|
+
import rule_46 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-form';
|
|
280
281
|
|
|
281
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
282
|
+
cache['bpmnlint-plugin-camunda-compat/user-task-form'] = rule_46;
|
|
282
283
|
|
|
283
|
-
import rule_47 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
284
|
+
import rule_47 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/version-tag';
|
|
284
285
|
|
|
285
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
286
|
+
cache['bpmnlint-plugin-camunda-compat/version-tag'] = rule_47;
|
|
287
|
+
|
|
288
|
+
import rule_48 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
|
|
289
|
+
|
|
290
|
+
cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_48;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/linting",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.1",
|
|
4
4
|
"description": "Linting for Camunda",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@bpmn-io/diagram-js-ui": "^0.2.3",
|
|
33
33
|
"bpmn-moddle": "^9.0.1",
|
|
34
|
-
"bpmnlint": "^
|
|
35
|
-
"bpmnlint-plugin-camunda-compat": "^2.
|
|
34
|
+
"bpmnlint": "^11.2.0",
|
|
35
|
+
"bpmnlint-plugin-camunda-compat": "^2.33.1",
|
|
36
36
|
"bpmnlint-utils": "^1.0.2",
|
|
37
37
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"zeebe-bpmn-moddle": "^1.9.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"bpmn-js": "^
|
|
47
|
-
"bpmn-js-element-templates": "^2.
|
|
48
|
-
"bpmn-js-properties-panel": "^5.
|
|
49
|
-
"camunda-bpmn-js-behaviors": "^1.
|
|
46
|
+
"bpmn-js": "^18.3.0",
|
|
47
|
+
"bpmn-js-element-templates": "^2.5.3",
|
|
48
|
+
"bpmn-js-properties-panel": "^5.32.0",
|
|
49
|
+
"camunda-bpmn-js-behaviors": "^1.9.1",
|
|
50
50
|
"chai": "^4.5.0",
|
|
51
51
|
"cross-env": "^7.0.3",
|
|
52
52
|
"eslint": "^8.57.1",
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
const baseUrl = 'https://docs.camunda.io/docs/next/components/modeler/reference/modeling-guidance/rules';
|
|
2
|
-
const userTaskMigrationUrl = 'https://docs.camunda.io/docs/next/apis-tools/migration-manuals/migrate-to-zeebe-user-tasks';
|
|
3
|
-
|
|
4
|
-
export function getDocumentationUrl(rule) {
|
|
5
|
-
if (rule === 'camunda-compat/called-element') {
|
|
6
|
-
return getUrl('called-element');
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
if (rule === 'camunda-compat/element-type') {
|
|
10
|
-
return getUrl('element-type');
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
if (rule === 'camunda-compat/error-reference') {
|
|
14
|
-
return getUrl('error-reference');
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
if (rule === 'camunda-compat/escalation-reference') {
|
|
18
|
-
return getUrl('escalation-reference');
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (rule === 'camunda-compat/feel') {
|
|
22
|
-
return getUrl('feel');
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
if (rule === 'camunda-compat/message-reference') {
|
|
26
|
-
return getUrl('message-reference');
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
if (rule === 'camunda-compat/history-time-to-live') {
|
|
30
|
-
return getUrl('history-time-to-live');
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
if (rule === 'camunda-compat/zeebe-user-task') {
|
|
34
|
-
return userTaskMigrationUrl;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function getUrl(rule) {
|
|
41
|
-
return `${ baseUrl }/${ rule }`;
|
|
42
|
-
}
|