summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2025-12-19 07:32:42 +0100
committerCyberL1 <cyber.hf18@gmail.com>2025-12-19 07:32:42 +0100
commit8c1cd45a8079e6dd3ce09b4031725eec7456cab1 (patch)
tree1485ca73089ae7b92787a5c54a9097abfe171c32 /scripts
parentfix: description length for `issue_comment` event (diff)
downloadserver-ts-8c1cd45a8079e6dd3ce09b4031725eec7456cab1.tar.xz
chore: run prettier
Diffstat (limited to 'scripts')
-rw-r--r--scripts/schemaExclusions.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json

index 64e2bbf0..b2847670 100644 --- a/scripts/schemaExclusions.json +++ b/scripts/schemaExclusions.json
@@ -1,10 +1,6 @@ { - "include": [ - "MessageInteractionSchema" - ], - "includeRe": [ - "^MessageComponentType\\..*" - ], + "include": ["MessageInteractionSchema"], + "includeRe": ["^MessageComponentType\\..*"], "manual": [ "DefaultSchema", "Schema", @@ -87,9 +83,7 @@ "^Job" ], "manualWarn": [], - "manualWarnRe": [ - ".*<.*>$" - ], + "manualWarnRe": [".*<.*>$"], "auto": [ { "value": "StringSchema", @@ -412,4 +406,4 @@ "reason": "Schema with only uppercase properties" } ] -} \ No newline at end of file +}