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:27 UTC

[6/6] mesos git commit: Updated CLI pylint configuration to disable 'fixme' warnings.

Updated CLI pylint configuration to disable 'fixme' warnings.

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


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

Branch: refs/heads/master
Commit: a9bd7078e155d67a1c4777396d44f04e5e05b81c
Parents: 90a7d1c
Author: Kevin Klues <kl...@gmail.com>
Authored: Wed Mar 15 15:47:48 2017 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Wed Mar 15 15:47:48 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a9bd7078/src/cli_new/pylint.config
----------------------------------------------------------------------
diff --git a/src/cli_new/pylint.config b/src/cli_new/pylint.config
index 3da4ebd..63fbb94 100644
--- a/src/cli_new/pylint.config
+++ b/src/cli_new/pylint.config
@@ -2,7 +2,7 @@
 ignore=.git
 
 [MESSAGES CONTROL]
-disable=I0011,no-self-use
+disable=I0011,no-self-use,fixme
 
 [REPORTS]
 reports=no