Closed spaceone closed 3 years ago
I configured let g:syntastic_python_checkers = ['flake8', 'pycodestyle'] (and some others). When one of the tools reports issues, the other tool is not executed anymore. I would like that the output of both/all tools is combined.
let g:syntastic_python_checkers = ['flake8', 'pycodestyle']
Please read :h 'syntastic_aggregate_errors'.
:h 'syntastic_aggregate_errors'
Great!
I configured
let g:syntastic_python_checkers = ['flake8', 'pycodestyle']
(and some others). When one of the tools reports issues, the other tool is not executed anymore. I would like that the output of both/all tools is combined.