[duplicate-code] unclear how to disable the message for select occurrences, while keeping the option enabled in general #9408
Labels
Documentation 📗
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
I’m a little unclear on how to disable the message for select occurrences, while keeping the option enabled in general. The docs don’t mention that detail either.
For example, suppose I have
Adding a
# pylint: disable=duplicate-code
to lines 32 and 37 in both files, respectively, doesn’t work. How can I then silence the warning?Originally posted by @jenstroeger in #214 (comment)
The text was updated successfully, but these errors were encountered: