-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Locally supressing code analysis warnings #655
Comments
From ccordoba12 on 2011-05-15T08:15:53Z It seems and interesting enhancement. Labels: -Type-Defect Type-Enhancement |
From pierre.raybaut on 2011-05-16T01:32:35Z Labels: Cat-Editor |
From pierre.raybaut on 2011-05-22T09:46:22Z Thanks for this excellent suggestion. Status: Accepted |
From pierre.raybaut on 2011-05-22T09:47:26Z This issue was closed by revision 60d4f14c8805 . Status: Fixed |
From pierre.raybaut on 2011-05-22T09:47:37Z This issue was closed by revision 92f857dafd4d . |
From steve.f....@gmail.com on 2011-05-23T09:31:40Z Is there a similar construct for pylint? |
From pierre.raybaut on 2011-05-23T09:58:14Z Of course, see for example: https://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/dicteditor.py#14 |
From bgbg...@gmail.com on 2011-05-15T03:30:58Z
Consider the following code
In this code a variable "v" was created by an exec call. Subsequent calls to "v" invoke code analysis error messages. Would be nice to be able to do something like this (inspired by the syntax suggested here: http://djangosnippets.org/snippets/1762/ ):
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=655
The text was updated successfully, but these errors were encountered: