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
@XPhyro thanks for reporting. We've disabled no-name-in-module (E0611) rule for now. It was sometimes being flagged as false positive due to the way CodeFactor runs pylint command (using files as opposed to packages/directories).
We'll re-enable this rule when pylint tool usage issue is resolved.
You can see the issues on https://www.codefactor.io/repository/github/xphyro/image-entropy/issues or a screenshot of them below.
This is a false positive, and is not caused by
pylint
. When I runpylint
on the file in question, it does not produce an E0611 error.Here's my
pylint
version:Edit: It's now fixed on this commit. I don't know why, there were no changes in the relevant parts of the code.
The text was updated successfully, but these errors were encountered: