cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Add ability to suppress inspections for line/function/file

Open p-himik opened this issue 6 years ago • 0 comments

E.g. for Python, you can add

# noinspection PyUnusedLocal

comment to suppress the "Local variable value is not used" inspection for the following piece of code.

p-himik avatar Jun 19 '19 16:06 p-himik