Pylinter icon indicating copy to clipboard operation
Pylinter copied to clipboard

A pylint plugin for Sublime Text 2 and 3

Results 19 Pylinter issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - pylinter.py Fixes: - Should read `dissect` rather than `disect`. - Should read `separate` rather than `seperate`. - Should read `propagate` rather than...

Currently, this pylint message causes Pylinter to disable a warning. But this is a normal use case, leading to a warning to be displayed on every save. I suggest allowing...

On adding a pylint disable with the (keyboard) shortcut, it'd be useful if instead of the code the symbolic name was used. For example, ``` a = 1 #pylint: disable=C0103...

Now if pylint rc file exists, the plugin generated an error dialogue on every execution

This case seems to be unhandled when loading the version of pylint: ``` File "~/Library/Application Support/Sublime Text 3/Packages/Pylinter/pylinter.py", line 151, in read_settings if PYLINT_VERSION[0] != 0: TypeError: 'NoneType' object is...

Simple test case: ``` python # coding: utf8 # TODO Comment with non ASCII characters in it: °C. ``` This does not show up in the status line and invoking...

Fatal pylint error: fullpath/to/virtualenv/bin/python: can't find '**main**' module in ''. I get this error every time. This error started occurring from 2 days back, probably after the new update. PS....

**Feature request** *Situation:* Multiple pylint errors are detected on the same line (e.g. C0321 and E0602 ). *Rationale:* It is usually more important to see Error over Warning or "line...