Skip to content

Commit 5fc368c

Browse files
committed
chore: disable OpenAPI linter since we need non-valid specs samples
1 parent 4e91082 commit 5fc368c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/super-linter.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ VALIDATE_TSX=false
3636
VALIDATE_TYPESCRIPT_ES=false
3737
VALIDATE_TYPESCRIPT_PRETTIER=false
3838
VALIDATE_TYPESCRIPT_STANDARD=false
39+
40+
# Skip OPENAPI check for this repo as it contains invalid OAS specs for testing purposes
41+
VALIDATE_OPENAPI=false

0 commit comments

Comments
 (0)