node-red/nrlint

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

ba47-development opened this issue · 2 comments

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

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

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