As of a recent rev, Leo now has a new pylint command. If pylint is installed, it will run pylint on all Python @<file> nodes of a tree.
The command first looks down the tree, and runs each file found. If none are found, it runs pylint on the nearest parent Python @<file> tree. Using this command is *much* easier and more flexible than the previous way of laboriously specifying lists of files to check. As a result, I have easily checked sets of files never previously checked. Edward P.S. Leo waits for pylint while executing the command. Code is in place to spawn processes without waiting using g.execute_shell_commands, but it doesn't seem to work: eventually all console output disappears. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
