Currently, there is no differentiating between errors and warnings from pyflakes, however
Atom's pyflakes linter managed to detected warnings from errors by looking for the following strings:
'used',
'redefines',
'shadowed'
'may be'
in the output. Maybe something like that could be integrated.
Currently, there is no differentiating between errors and warnings from pyflakes, however
Atom's pyflakes linter managed to detected warnings from errors by looking for the following strings:
in the output. Maybe something like that could be integrated.