Pylinter
Pylinter copied to clipboard
extra arguments functionality broken during a past merge and never fully restored
A setting for passing extra pylint arguments (pylint_extra) was introduced in https://github.com/biermeester/Pylinter/commit/44fc98c4d2471530a20e504b5000c0060965f6dc and then lost in https://github.com/biermeester/Pylinter/commit/0dd8f8dbc7805c74b56ea179b05e23b3740a8c53 and only partially restored in https://github.com/biermeester/Pylinter/commit/4e2ca28fa2ec364ca380283f3c3e58fd75dbb0cd The piece still lost added the extra arguments to the command option array leaving this functionality crippled.
Additionally the sublime-settings files were never updated to reveal this setting.