You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2015/12/07 22:51:42 UTC

yetus git commit: YETUS-218 define project specific pylint rules.

Repository: yetus
Updated Branches:
  refs/heads/master 0cfb58cff -> 201a3782a


YETUS-218 define project specific pylint rules.

Signed-off-by: Allen Wittenauer <aw...@apache.org>
Signed-off-by: Kengo Seki <se...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/201a3782
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/201a3782
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/201a3782

Branch: refs/heads/master
Commit: 201a3782afe38c23fdf285ad88e43140cf0107cc
Parents: 0cfb58c
Author: Sean Busbey <bu...@apache.org>
Authored: Sat Dec 5 00:12:00 2015 -0600
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Mon Dec 7 13:51:32 2015 -0800

----------------------------------------------------------------------
 .pylintrc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/201a3782/.pylintrc
----------------------------------------------------------------------
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..ba7ab9a
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,4 @@
+[FORMAT]
+
+# Maximum number of characters on a single line.
+max-line-length=100