Skip to content

Commit

Permalink
Disable checks related to quarkusio/quarkus#36297
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Oct 9, 2023
1 parent 024e650 commit 938c2b2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/delete-text-plain,delete,text/plain
/delete/no-type,delete,text/plain
# TODO uncomment once https://github.com/quarkusio/quarkus/issues/36297 is fixed
#/delete/no-type,delete,text/plain
/delete/text-plain,delete,text/plain
/delete/json,delete,application/json
/delete/octet-stream,delete,application/octet-stream
/patch-text-plain,patch,text/plain
/patch/no-type,patch,text/plain
#/patch/no-type,patch,text/plain
/patch/text-plain,patch,text/plain
/patch/json,patch,application/json
/patch/octet-stream,patch,application/octet-stream
/post-text-plain,post,text/plain
/post/no-type,post,text/plain
#/post/no-type,post,text/plain
/post/text-plain,post,text/plain
/post/json,post,application/json
/post/octet-stream,post,application/octet-stream
/put-text-plain,put,text/plain
/put/no-type,put,text/plain
#/put/no-type,put,text/plain
/put/text-plain,put,text/plain
/put/json,put,application/json
/put/octet-stream,put,application/octet-stream

0 comments on commit 938c2b2

Please sign in to comment.