In PyLint's settings I added
-import-graph=c:\some_file.jpg
option but as PyDev runs PyLint with every module in project this file gets overwritten by subsequent runs of PyLint and I get only import graph of the last module analyzed by PyLint.
Are there any variables available in PyLint's settings like current module's name so I would get different file for each module above?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In PyLint's settings I added
-import-graph=c:\some_file.jpg
option but as PyDev runs PyLint with every module in project this file gets overwritten by subsequent runs of PyLint and I get only import graph of the last module analyzed by PyLint.
Are there any variables available in PyLint's settings like current module's name so I would get different file for each module above?