Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'no-duplicate-http-in-urls' detects #31

Closed
ba47-development opened this issue May 19, 2022 · 2 comments
Closed

'no-duplicate-http-in-urls' detects #31

ba47-development opened this issue May 19, 2022 · 2 comments

Comments

@ba47-development
Copy link

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:
grafik

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

@knolleary
Copy link
Member

Duplicate of #19 - the fix has been in the code for sometime, but it hasn't been released yet.

We will get a new version published once we have resolved #30

@ba47-development
Copy link
Author

Yes, true, my beta was #1. Ok, cool, that it's fixed! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants