Report not written to file when using from os import path
#88
Labels
help wanted
Extra attention is needed
from os import path
#88
I think there is a bug in the dslinter plugin.
Minimal example: minimal-example.zip
Steps to reproduce:
dslinter-test
directorypipenv install --dev
to install dslinterpipenv run pylint src --load-plugins dslinter --output-format=json:result.json
Expected beviour:
result.json
fileActual behaviour:
result.json
file.If you comment out the
from os import path
line it does write to theresult.json
file, so that is likely the cause. It's also not only the json format, but also the text format that shows this behaviour. When not enabling the dslinter plugin, it does write to the files.Running it with the command of the steps to follow document does work, but we want to use all the checkers of pylint.
The text was updated successfully, but these errors were encountered: