Re: [Pydev-code] pylint problems
Brought to you by:
fabioz
From: Heikki T. <hj...@co...> - 2006-04-28 20:44:53
|
Fabio Zadrozny wrote: > Did you try to run it from the command-line? Also, did you check to see > if the lint.py location is correct in the preferences? Heh, are you reading my messages at all: I said I confirmed it worked on the command line in the first message, which was also quoted in the second message. But I did spend some more time looking at settings and trying different things... The lint.py location is correct. I have checked FATAL, ERRORS, WARNINGS in the checkboxes. Currently the options manually specified are: --persistent=n --comment=n Builders are enabled, build on save only not checked (this does not make a difference, tested). The problems view filter is set to show stuff for currently selected only, all types enabled, severity not checked (this does not seem to make a difference, tested). After more tests, it seems some kinds of errors do get reported at least part of the time, although there is still nothing in the console. Some types of errors that are reported: - bad indentation - somevar = Some types of errors that are not reported: - unused imports -- Heikki Toivonen |