summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2025-12-18 21:50:48 +0100
committerCyberL1 <cyber.hf18@gmail.com>2025-12-18 21:50:48 +0100
commitc08765061c5bdc3e9a6c42225bfac62a69bc5a92 (patch)
treedc9e40d82d86acd6a080b078f491275a1b71f8f8 /scripts
parentchore: run prettier (diff)
downloadserver-ts-c08765061c5bdc3e9a6c42225bfac62a69bc5a92.tar.xz
add TODO
Diffstat (limited to 'scripts')
-rw-r--r--scripts/schemaExclusions.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json

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