Skip to content

Commit 702ac1e

Browse files
committed
Add pep257 linter option on source comment
1 parent 0eb8452 commit 702ac1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Contributors:
2121
* Daniel Hahler (http://github.com/blueyed)
2222
* David Vogt (http://github.com/winged);
2323
* Denis Kasak (http://github.com/dkasak);
24+
* Diego Rabatone Oliveira (https://github.com/diraol)
2425
* Dimitrios Semitsoglou-Tsiapos (https://github.com/dset0x);
2526
* Dirk Wallenstein (http://github.com/dirkwallenstein);
2627
* Florent Xicluna (http://github.com/florentx);

plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ call pymode#default("g:pymode_lint_on_fly", 0)
106106
" Show message about error in command line
107107
call pymode#default("g:pymode_lint_message", 1)
108108

109-
" Choices are: pylint, pyflakes, pep8, mccabe
109+
" Choices are: pylint, pyflakes, pep8, mccabe and pep257
110110
call pymode#default("g:pymode_lint_checkers", ['pyflakes', 'pep8', 'mccabe'])
111111

112112
" Skip errors and warnings (e.g. E4,W)

0 commit comments

Comments
 (0)