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
'::error title=struct,file=openapi.yaml,line=1,col=2,endLine=3,endColumn=4::Operation must include a request body%0A%0AReference: https://wiki.example.com/api-guidelines#request-bodies%0A%0A\n'
239
+
);
240
+
});
241
+
242
+
it('should render both suggestions and reference with single separator in github-actions format',()=>{
'::error title=operation-id,file=openapi.yaml,line=1,col=2,endLine=3,endColumn=4::Operation ID is required%0A%0ADid you mean: addOperation ?%0A%0AReference: https://wiki.example.com/api-guidelines#operation-id%0A%0A\n'
268
+
);
269
+
});
270
+
213
271
it('should limit suggestions based on REDOCLY_CLI_LINT_MAX_SUGGESTIONS constant',()=>{
0 commit comments