Open
Description
Right now, even if the tool tells us the path, it is hard to do the actual review (to know the context of where the rule is being triggered).
- For small swagger files, it is not as bad. We just compare LHS vs. RHS, look for the path, and I can see the diff. It's okay.
- For big swagger files, it gets more complicated because the LHS comparison against RHS is not a perfect match. At least on compute, they get misplaced so badly that it is impossible to compare. So, we need to look for the path in LHS, then in RHS, and then copy those path sections to another location to be able to compare.