add comment

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-11-16 11:24:35 -05:00
parent b8717e25f9
commit 78827da225
@@ -68,6 +68,7 @@ async function lint(directoryPath: string, config?: { strict: boolean }) {
'operation-tags': 'off',
'hosts-https-only-oas3': 'off',
'no-unknown-error-format': 'off',
// Disabled as it currently gives false positives when 'example' is used as a property name.
'oas3-valid-media-example': 'off',
},
},