Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with two pylint errors in hockepy.game caused by bugs in pylint #35

Open
geckon opened this issue May 7, 2018 · 1 comment
Open
Assignees

Comments

@geckon
Copy link
Owner

geckon commented May 7, 2018

Disable (temporarily) the following two pylint errors:

************* Module hockepy.game
E: 64,15: Method 'name' has no 'lower' member (no-member)
E: 75,15: Value 'self.value' is unsubscriptable (unsubscriptable-object)

As mentioned in a relevant commit message (33d7849) those two are caused by (now confirmed) bugs in pylint:
pylint-dev/pylint#2062
pylint-dev/pylint#2063

Until those are fixed, it'll be better to ignore those two issues.

@geckon
Copy link
Owner Author

geckon commented May 7, 2018

I'll keep this issue open as a reminder to remove those pylint disable comments once these two cases are handled correctly in pylint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant