You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/24 11:14:41 UTC

[couchdb-documentation] branch 2.2.0-release-notes-2 updated: rename terminal_emulator in linter.py

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/2.2.0-release-notes-2 by this push:
     new 511ccb0  rename terminal_emulator in linter.py
511ccb0 is described below

commit 511ccb033cde46fc8eb115adab9f47b66436d9f2
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 24 07:14:26 2018 -0400

    rename terminal_emulator in linter.py
---
 ext/linter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/linter.py b/ext/linter.py
index 361311b..8c7ccf7 100644
--- a/ext/linter.py
+++ b/ext/linter.py
@@ -195,7 +195,7 @@ def whitespace_committee(file):
 
 
 @register_rule
-def terminal_emulator(file):
+def line_length_checker(file):
     """Use a modern max line length of 90 chars, as recommended by things like
     https://github.com/ambv/black and https://youtu.be/wf-BqAjZb8M?t=260 .
     """