karlotness/flymake-quickdef

Support a source-inplace option to set `fmqd-temp-dir` to the current directory

mohkale opened this issue · 0 comments

Some checkers such as pylint look to the files in the current directory when checking imports. For these we need to place the temporary flymake file in the current directory so the checker can resolve the imports accurately.

Flycheck gets around this by using a source-inplace option, what're your thoughts on adding something similair to flymake-quickdef?