You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/super-linter.env
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,6 @@ VALIDATE_TSX=false
36
36
VALIDATE_TYPESCRIPT_ES=false
37
37
VALIDATE_TYPESCRIPT_PRETTIER=false
38
38
VALIDATE_TYPESCRIPT_STANDARD=false
39
+
40
+
# Skip OPENAPI check for this repo as soon as it contains OAS 3.1 which is not supported by super-linter and contains invalid OAS 3.0 specs for testing purposes
(optionsasValidateOptions)?.onValidateError?.(`Invalid property 'components.pathItems' for OpenAPI 3.0. The property has been removed to maintain 3.0 compliance.`,['components','pathItems'],'pathItems')
0 commit comments