Skip to content

Commit 45841e5

Browse files
committed
chore: apply Prettier formatting to all files
1 parent ec78bb9 commit 45841e5

File tree

232 files changed

+18344
-6982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+18344
-6982
lines changed

.vscode/launch.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
"program": "${workspaceRoot}/.venv/bin/sentry",
2020
"args": ["devserver"],
2121
"cwd": "${workspaceRoot}",
22-
"debugOptions": [
23-
"WaitOnAbnormalExit",
24-
"WaitOnNormalExit",
25-
"RedirectOutput"
26-
]
22+
"debugOptions": ["WaitOnAbnormalExit", "WaitOnNormalExit", "RedirectOutput"]
2723
},
2824
{
2925
"name": "sentry backend debug",

api-docs/components/schemas/entries.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,7 @@
193193
"stacktrace": {
194194
"type": "object",
195195
"nullable": true,
196-
"required": [
197-
"frames",
198-
"framesOmitted",
199-
"registers",
200-
"hasSystemFrames"
201-
],
196+
"required": ["frames", "framesOmitted", "registers", "hasSystemFrames"],
202197
"properties": {
203198
"frames": {
204199
"type": "array",

api-docs/components/schemas/event.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,14 @@
270270
}
271271
}
272272
},
273-
"contexts": { "$ref": "#/contexts" },
273+
"contexts": {"$ref": "#/contexts"},
274274
"fingerprints": {
275275
"type": "array",
276276
"items": {
277277
"type": "string"
278278
}
279279
},
280-
"context": { "$ref": "#/context" },
280+
"context": {"$ref": "#/context"},
281281
"release": {
282282
"type": "object",
283283
"nullable": true,
@@ -492,14 +492,14 @@
492492
}
493493
}
494494
},
495-
"contexts": { "$ref": "#/contexts" },
495+
"contexts": {"$ref": "#/contexts"},
496496
"fingerprints": {
497497
"type": "array",
498498
"items": {
499499
"type": "string"
500500
}
501501
},
502-
"context": { "$ref": "#/context" },
502+
"context": {"$ref": "#/context"},
503503
"groupID": {
504504
"type": "string"
505505
},
@@ -598,7 +598,7 @@
598598
}
599599
}
600600
},
601-
"contexts": { "$ref": "#/contexts" },
601+
"contexts": {"$ref": "#/contexts"},
602602
"dateCreated": {
603603
"type": "string"
604604
},

api-docs/components/schemas/key.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@
3838
},
3939
"dsn": {
4040
"type": "object",
41-
"required": [
42-
"cdn",
43-
"csp",
44-
"minidump",
45-
"nel",
46-
"public",
47-
"secret",
48-
"security"
49-
],
41+
"required": ["cdn", "csp", "minidump", "nel", "public", "secret", "security"],
5042
"properties": {
5143
"cdn": {
5244
"type": "string"

api-docs/components/schemas/null.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"nullable": true,
55
"not": {
66
"anyOf": [
7-
{ "type": "string" },
8-
{ "type": "number" },
9-
{ "type": "boolean" },
10-
{ "type": "object" },
7+
{"type": "string"},
8+
{"type": "number"},
9+
{"type": "boolean"},
10+
{"type": "object"},
1111
{
1212
"type": "array",
1313
"items": {}

api-docs/components/schemas/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@
6969
},
7070
"status": {
7171
"type": "string",
72-
"enum": [
73-
"active",
74-
"disabled",
75-
"pending_deletion",
76-
"deletion_in_progress"
77-
]
72+
"enum": ["active", "disabled", "pending_deletion", "deletion_in_progress"]
7873
}
7974
}
8075
},

api-docs/components/schemas/releases/deploy.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
22
"Deploy": {
33
"type": "object",
4-
"required": [
5-
"environment",
6-
"name",
7-
"dateStarted",
8-
"dateFinished",
9-
"url",
10-
"id"
11-
],
4+
"required": ["environment", "name", "dateStarted", "dateFinished", "url", "id"],
125
"properties": {
136
"environment": {
147
"type": "string"

api-docs/components/schemas/releases/release-file.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"ReleaseFile": {
33
"type": "object",
4-
"required": [
5-
"sha1",
6-
"dist",
7-
"name",
8-
"dateCreated",
9-
"headers",
10-
"id",
11-
"size"
12-
],
4+
"required": ["sha1", "dist", "name", "dateCreated", "headers", "id", "size"],
135
"properties": {
146
"sha1": {
157
"type": "string"

api-docs/components/schemas/scim/user.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,17 @@
5151
},
5252
"User": {
5353
"type": "object",
54-
"required": [
55-
"schemas",
56-
"id",
57-
"active",
58-
"userName",
59-
"name",
60-
"meta",
61-
"emails"
62-
],
54+
"required": ["schemas", "id", "active", "userName", "name", "meta", "emails"],
6355
"properties": {
64-
"schemas": { "$ref": "#/definitions/schemas" },
56+
"schemas": {"$ref": "#/definitions/schemas"},
6557
"id": {
6658
"type": "string"
6759
},
68-
"active": { "$ref": "#/definitions/active" },
69-
"userName": { "$ref": "#/definitions/userName" },
70-
"name": { "$ref": "#/definitions/name" },
71-
"meta": { "$ref": "#/definitions/meta" },
72-
"emails": { "$ref": "#/definitions/emails" }
60+
"active": {"$ref": "#/definitions/active"},
61+
"userName": {"$ref": "#/definitions/userName"},
62+
"name": {"$ref": "#/definitions/name"},
63+
"meta": {"$ref": "#/definitions/meta"},
64+
"emails": {"$ref": "#/definitions/emails"}
7365
}
7466
}
7567
}

api-docs/components/schemas/sessions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"description": "These are key/value pairs, the key being the requested `field`, and the value is an array of aggregated values. The array corresponds to the times given in the `intervals` array.",
6060
"additionalProperties": {
6161
"type": "array",
62-
"items": { "type": "integer" }
62+
"items": {"type": "integer"}
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)