Skip to content

Commit

Permalink
feat: support converging inclusive gateway in 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jul 25, 2023
1 parent 35d717b commit b6506b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const camundaCloud82Rules = withConfig({
}, { version: '8.2' });

const camundaCloud83Rules = withConfig({
...camundaCloud82Rules,
...omit(camundaCloud82Rules, 'inclusive-gateway'),
'signal-reference': 'error'
}, { version: '8.3' });

Expand Down
1 change: 0 additions & 1 deletion test/config/configs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ describe('configs', function() {
'event-based-gateway-target': [ 'error', { version: '8.3' } ],
'executable-process': [ 'error', { version: '8.3' } ],
'feel': [ 'error', { version: '8.3' } ],
'inclusive-gateway': [ 'error', { version: '8.3' } ],
'loop-characteristics': [ 'error', { version: '8.3' } ],
'message-reference': [ 'error', { version: '8.3' } ],
'no-expression': [ 'error', { version: '8.3' } ],
Expand Down

0 comments on commit b6506b7

Please sign in to comment.