Skip to content

Commit d17f039

Browse files
committed
Update docs
1 parent 2b7c208 commit d17f039

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
* Added `g:pymode_rope_autocomplete_map` option;
55
* Removed `g:pymode_rope_map_space` option;
6+
* Added PEP257 checker
67

78
## 2013-05-15 0.6.18
89
--------------------

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Default values: ::
144144

145145
" Switch pylint, pyflakes, pep8, mccabe code-checkers
146146
" Can have multiply values "pep8,pyflakes,mcccabe"
147+
" Choices are pyflakes, pep8, mccabe, pylint, pep257
147148
let g:pymode_lint_checker = "pyflakes,pep8,mccabe"
148149

149150
" Skip errors and warnings

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If this option is set to 0 then the pylint script is disabled.
223223

224224
------------------------------------------------------------------------------
225225
*'pymode_lint_checker'*
226-
Values: "pylint", "pyflakes", "pep8", "mccabe"
226+
Values: "pylint", "pyflakes", "pep8", "mccabe", "pep257"
227227
You can set many checkers. E.g. "pyflakes,pep8,mccabe" ~
228228

229229
Default: "pyflakes,pep8,mccabe".

0 commit comments

Comments
 (0)