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
detecting duplicates is a great function of nrLint.
But it is common use, that the same URL will be used multiple times with different methods, e.g. for GET, POST, PUT, DELETE, etc. nrLint detects these as duplicates, but in fact they are not.
Here, all calls are names "/demo", but with different methods:
Expected Behavior
Methods must be taken into account as well to identify duplicates.
Steps To Reproduce
No response
Example flow
No response
Environment
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
detecting duplicates is a great function of nrLint.
But it is common use, that the same URL will be used multiple times with different methods, e.g. for GET, POST, PUT, DELETE, etc. nrLint detects these as duplicates, but in fact they are not.
Here, all calls are names "/demo", but with different methods:
Expected Behavior
Methods must be taken into account as well to identify duplicates.
Steps To Reproduce
No response
Example flow
No response
Environment
No response
The text was updated successfully, but these errors were encountered: