Is there a way to tell pylint to write the html or text files it generates in a directory other than the current directory? I want to be able to put the file in a web-accessible directory, while testing a set of code which is not in that location.
On 04 septembre 18:05, Mark E. Hamilton wrote:
Is there a way to tell pylint to write the html or text files it generates in a directory other than the current directory? I want to be able to put the file in a web-accessible directory, while testing a set of code which is not in that location.
nop, there is no such option.