You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2017/03/15 22:57:24 UTC

[3/6] mesos git commit: Updated CLI pylint configuration to allow 0 public methods.

Updated CLI pylint configuration to allow 0 public methods.

Review: https://reviews.apache.org/r/52941/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/03a6c9c9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/03a6c9c9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/03a6c9c9

Branch: refs/heads/master
Commit: 03a6c9c9a0d9733eb7964e9833df3328c48a14a4
Parents: 9f337b2
Author: Kevin Klues <kl...@gmail.com>
Authored: Wed Mar 15 15:47:37 2017 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Wed Mar 15 15:47:37 2017 -0700

----------------------------------------------------------------------
 src/cli_new/pylint.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/03a6c9c9/src/cli_new/pylint.config
----------------------------------------------------------------------
diff --git a/src/cli_new/pylint.config b/src/cli_new/pylint.config
index fbd51ab..fc5819d 100644
--- a/src/cli_new/pylint.config
+++ b/src/cli_new/pylint.config
@@ -10,6 +10,7 @@ reports=no
 [BASIC]
 bad-functions=input,file
 good-names=i,j,k,f,ip,_
+min-public-methods=0
 
 [FORMAT]
 max-line-length=80