SublimeLinter-pyflakes
SublimeLinter-pyflakes copied to clipboard
SublimeLinter plugin for python, using pyflakes.
Results
2
SublimeLinter-pyflakes issues
Sort by
recently updated
recently updated
newest added
Implemented **split_match** as was suggested by @kaste in #10 an issue started by **YonatanAhituv** - [x] Added support for warnings
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',...
enhancement
help wanted