You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the main motivation was not the conflict resolution but rather performance optimization — less enabled rules usually mean that pylint may end up running a little bit faster. Since we usually raise the question of responsiveness, I imagine that this may be important. Also, having less duplicated output for the same violations from different tools would probably reduce cluttering.
This issue has some of the explanation suggesting that pylint uses isort under the hood: pylint-dev/pylint#3817 (comment).
And this is what FAQ recommends explicitly too: https://pylint.pycqa.org/en/latest/faq.html#i-am-using-another-popular-linter-alongside-pylint-which-messages-should-i-disable-to-avoid-duplicates.
Originally posted by @webknjaz in #777 (comment) and https://github.com/ansible/ansible-navigator/pull/777/files#r789596349
The text was updated successfully, but these errors were encountered: