Skip to content

Commit f3f7087

Browse files
prettier fix
1 parent e062ddc commit f3f7087

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

tools/spectral/ipa/__tests__/IPA123EnumValuesShouldNotExceed20.test.js

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,31 @@ testRule('xgen-IPA-123-enum-values-should-not-exceed-20', [
264264
schema: {
265265
type: 'string',
266266
enum: [
267-
'VAL_1', 'VAL_2', 'VAL_3', 'VAL_4', 'VAL_5',
268-
'VAL_6', 'VAL_7', 'VAL_8', 'VAL_9', 'VAL_10',
269-
'VAL_11', 'VAL_12', 'VAL_13', 'VAL_14', 'VAL_15',
270-
'VAL_16', 'VAL_17', 'VAL_18', 'VAL_19', 'VAL_20',
271-
'VAL_21', 'VAL_22', 'VAL_23', 'VAL_24', 'VAL_25',
267+
'VAL_1',
268+
'VAL_2',
269+
'VAL_3',
270+
'VAL_4',
271+
'VAL_5',
272+
'VAL_6',
273+
'VAL_7',
274+
'VAL_8',
275+
'VAL_9',
276+
'VAL_10',
277+
'VAL_11',
278+
'VAL_12',
279+
'VAL_13',
280+
'VAL_14',
281+
'VAL_15',
282+
'VAL_16',
283+
'VAL_17',
284+
'VAL_18',
285+
'VAL_19',
286+
'VAL_20',
287+
'VAL_21',
288+
'VAL_22',
289+
'VAL_23',
290+
'VAL_24',
291+
'VAL_25',
272292
],
273293
'x-xgen-IPA-exception': {
274294
'xgen-IPA-123-enum-values-should-not-exceed-20': 'Parameter with many possible values',

0 commit comments

Comments
 (0)