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

Pylint disable=C0302 does not work #340

Closed
pylint-bot opened this issue Sep 16, 2014 · 1 comment
Closed

Pylint disable=C0302 does not work #340

pylint-bot opened this issue Sep 16, 2014 · 1 comment
Labels

Comments

@pylint-bot
Copy link

Originally reported by: Anonymous


Pylint message C0302 cannot be disabled using an in-code directive.

First 4 lines of my code -

#!python


#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fileencoding=utf-8
# pylint: disable=E1102,W0613,W0621,C0103,C0111,C0302,I0011

Terminal (bash) output -

#!shell

************* Module ezwin.ezwin
4: [I0011(locally-disabled),  ]  Locally disabling not-callable (E1102)
4: [I0011(locally-disabled),  ]  Locally disabling unused-argument (W0613)
4: [I0011(locally-disabled),  ]  Locally disabling redefined-outer-name (W0621)
4: [I0011(locally-disabled),  ]  Locally disabling invalid-name (C0103)
4: [I0011(locally-disabled),  ]  Locally disabling missing-docstring (C0111)
4: [I0011(locally-disabled),  ]  Locally disabling too-many-lines (C0302)
1: [C0302(too-many-lines),  ]  Too many lines in module (1008)

@pylint-bot
Copy link
Author

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):


Duplicate of #321.

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

No branches or pull requests

1 participant