[ADF-3591] spellcheck support for code (#3827)

* setup spellcheck
This commit is contained in:
Denys Vuika
2018-10-23 15:05:38 +01:00
committed by Eugenio Romano
parent 53d96679ea
commit e39a2b149b
262 changed files with 1561 additions and 1005 deletions

View File

@@ -79,6 +79,7 @@ export let chartTaskOverview = {
'type': 'masterDetailTable',
'title': 'Detailed task statistics',
'titleKey': 'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.DETAILED-TASK-STATS-TITLE',
/* cspell:disable-next-line */
'columnNames': ['Task', 'Count', 'Sum', 'Min duration', 'Max duration', 'Average duration', 'Stddev duration'],
'columnNameKeys': [
'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.DETAILED-TASK-STATS-TASK',
@@ -87,6 +88,7 @@ export let chartTaskOverview = {
'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.MIN-DURATION',
'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.MAX-DURATION',
'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.AVERAGE',
/* cspell:disable-next-line */
'REPORTING.DEFAULT-REPORTS.TASK-OVERVIEW.STDDE'],
'columnsCentered': [false, false, false, false],
'rows': [

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
export let exclusiveGatway = {
export let exclusiveGateway = {
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
type: 'ExclusiveGateway',
width: 40,
@@ -25,7 +25,7 @@ export let exclusiveGatway = {
properties: [{}]
};
export let exclusiveGatwayActive = {
export let exclusiveGatewayActive = {
completed: false,
current: true,
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
@@ -37,7 +37,7 @@ export let exclusiveGatwayActive = {
properties: [{}]
};
export let exclusiveGatwayCompleted = {
export let exclusiveGatewayCompleted = {
completed: true,
current: false,
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
@@ -49,7 +49,7 @@ export let exclusiveGatwayCompleted = {
properties: [{}]
};
export let inclusiveGatway = {
export let inclusiveGateway = {
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
type: 'InclusiveGateway',
width: 40,
@@ -59,7 +59,7 @@ export let inclusiveGatway = {
properties: [{}]
};
export let inclusiveGatwayActive = {
export let inclusiveGatewayActive = {
completed: false,
current: true,
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
@@ -71,7 +71,7 @@ export let inclusiveGatwayActive = {
properties: [{}]
};
export let inclusiveGatwayCompleted = {
export let inclusiveGatewayCompleted = {
completed: true,
current: false,
id: 'sid-C05B7CB7-1CFD-4AE4-9E01-C2C91E35E5A7',
@@ -83,7 +83,7 @@ export let inclusiveGatwayCompleted = {
properties: [{}]
};
export let parallelGatway = {
export let parallelGateway = {
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',
type: 'ParallelGateway',
width: 40,
@@ -93,7 +93,7 @@ export let parallelGatway = {
properties: [{}]
};
export let parallelGatwayActive = {
export let parallelGatewayActive = {
completed: false,
current: true,
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',
@@ -105,7 +105,7 @@ export let parallelGatwayActive = {
properties: [{}]
};
export let parallelGatwayCompleted = {
export let parallelGatewayCompleted = {
completed: true,
current: false,
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',
@@ -117,7 +117,7 @@ export let parallelGatwayCompleted = {
properties: [{}]
};
export let eventGatway = {
export let eventGateway = {
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',
type: 'EventGateway',
width: 40,
@@ -127,7 +127,7 @@ export let eventGatway = {
properties: [{}]
};
export let eventGatwayActive = {
export let eventGatewayActive = {
completed: false,
current: true,
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',
@@ -139,7 +139,7 @@ export let eventGatwayActive = {
properties: [{}]
};
export let eventGatwayCompleted = {
export let eventGatewayCompleted = {
completed: true,
current: false,
id: 'sid-14EE23CE-0731-4E23-80F3-C557DA2A0CFC',

View File

@@ -34,7 +34,7 @@ export let poolLanes = {
y: 45,
lanes: [{
id: 'sid-332204AB-D0F8-44CD-87B3-BF9DF59FF8AB',
name: 'Beckend',
name: 'Backend',
width: 570,
height: 250,
x: 90,