Open mateusz-matyjaszczyk opened 1 month ago
@iljapostnovs
Hi,
This works as documented by SAP, but you can add this method to exceptions in ui5
-> ui5linter
un package.json
:
Hey, this method I am aware of. I don't want to do this as this will stop checking this method overall. What I am looking for is just ignore line below, something like @ts-ignore - i.e. ignoring next line with check, not all occurrences of it.
Yeah, there is no such feature currently. Probably will leave this as enhancement for the future.
Hey,
I would like to ask if it is possible to ignore specific instances of an Linter error. I have following code: which is showing an error but actually I want to unbind context of an not named model so this is exactly what I want to do. I don't want to disable WrongParametersLinter for the whole project, I would just like to ignore it in this line. Is there anything I can do to achieve this?