Skip to content

Commit 40a53db

Browse files
committed
quoting arrays
1 parent e9d013a commit 40a53db

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

metadata/supported-configurations.json

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,7 @@
677677
{
678678
"version": "A",
679679
"type": "array",
680-
"default": [
681-
"main",
682-
"test"
683-
],
680+
"default": "[\"main\", \"test\"]",
684681
"aliases": []
685682
}
686683
],
@@ -784,13 +781,7 @@
784781
{
785782
"version": "A",
786783
"type": "array",
787-
"default": [
788-
"/resources/",
789-
"/java/",
790-
"/groovy/",
791-
"/kotlin/",
792-
"/scala/"
793-
],
784+
"default": "[\"/resources/\", \"/java/\", \"/groovy/\", \"/kotlin/\", \"/scala/\"]",
794785
"aliases": []
795786
}
796787
],
@@ -1886,7 +1877,7 @@
18861877
{
18871878
"version": "B",
18881879
"type": "string",
1889-
"default": "[\\\"SHA1\\\", \\\"SHA-1\\\", \\\"MD2\\\", \\\"RIPEMD128\\\", \\\"MD4\\\", \\\"MD5\\\"]",
1880+
"default": "[\"SHA1\", \"SHA-1\", \"MD2\", \"RIPEMD128\", \"MD4\", \"MD5\"]",
18901881
"aliases": []
18911882
}
18921883
],
@@ -3790,31 +3781,31 @@
37903781
{
37913782
"version": "A",
37923783
"type": "array",
3793-
"default": [],
3784+
"default": "[]",
37943785
"aliases": ["DD_THIRD_PARTY_DETECTION_EXCLUDES"]
37953786
}
37963787
],
37973788
"DD_THIRD_PARTY_INCLUDES": [
37983789
{
37993790
"version": "A",
38003791
"type": "array",
3801-
"default": [],
3792+
"default": "[]",
38023793
"aliases": ["DD_THIRD_PARTY_DETECTION_INCLUDES"]
38033794
}
38043795
],
38053796
"DD_THIRD_PARTY_DETECTION_EXCLUDES": [
38063797
{
38073798
"version": "A",
38083799
"type": "array",
3809-
"default": [],
3800+
"default": "[]",
38103801
"aliases": []
38113802
}
38123803
],
38133804
"DD_THIRD_PARTY_DETECTION_INCLUDES": [
38143805
{
38153806
"version": "A",
38163807
"type": "array",
3817-
"default": [],
3808+
"default": "[]",
38183809
"aliases": []
38193810
}
38203811
],
@@ -4638,11 +4629,7 @@
46384629
{
46394630
"version": "A",
46404631
"type": "array",
4641-
"default": [
4642-
"user.id",
4643-
"session.id",
4644-
"account.id"
4645-
],
4632+
"default": "[\"user.id\", \"session.id\", \"account.id\"]",
46464633
"aliases": []
46474634
}
46484635
],
@@ -4786,7 +4773,7 @@
47864773
{
47874774
"version": "B",
47884775
"type": "string",
4789-
"default": "[\\\"S3\\\", \\\"Sqs\\\", \\\"Kinesis\\\", \\\"Sns\\\", \\\"DynamoDB\\\", \\\"ApiGatewayV2\\\", \\\"EventBridge\\\", \\\"ApiGateway\\\"]",
4776+
"default": "[\"S3\", \"Sqs\", \"Kinesis\", \"Sns\", \"DynamoDB\", \"ApiGatewayV2\", \"EventBridge\", \"ApiGateway\"]",
47904777
"aliases": []
47914778
}
47924779
],
@@ -5546,13 +5533,7 @@
55465533
{
55475534
"version": "A",
55485535
"type": "array",
5549-
"default": [
5550-
"google.pubsub.v1.Subscriber/ModifyAckDeadline",
5551-
"google.pubsub.v1.Subscriber/Acknowledge",
5552-
"google.pubsub.v1.Subscriber/Pull",
5553-
"google.pubsub.v1.Subscriber/StreamingPull",
5554-
"google.pubsub.v1.Publisher/Publish"
5555-
],
5536+
"default": "[\"google.pubsub.v1.Subscriber/ModifyAckDeadline\", \"google.pubsub.v1.Subscriber/Acknowledge\", \"google.pubsub.v1.Subscriber/Pull\", \"google.pubsub.v1.Subscriber/StreamingPull\", \"google.pubsub.v1.Publisher/Publish\"]",
55565537
"aliases": []
55575538
}
55585539
],

0 commit comments

Comments
 (0)