public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: /
Date: Mon, 21 Mar 2016 05:09:02 +0000 (UTC)	[thread overview]
Message-ID: <1458536661.d22d4966433ee681c3a2b6530b995b3eb55c96a9.vapier@gentoo> (raw)

commit:     d22d4966433ee681c3a2b6530b995b3eb55c96a9
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 05:04:21 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 05:04:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d22d4966

pylintrc: update for pylint-1.5

 .pylintrc | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/.pylintrc b/.pylintrc
index e657daf..4085166 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,8 +1,5 @@
 [MASTER]
 
-# Profiled execution.
-profile=no
-
 # Add files or directories to the blacklist. They should be base names, not
 # paths.
 ignore=
@@ -34,7 +31,26 @@ load-plugins=
 # line-too-long -- figure out a length and stick to it
 # super-init-not-called -- fix the classes __init__ structure
 # no-init -- update classes w/missing __init__ functions
-disable=missing-docstring, too-many-lines, too-many-branches, too-many-statements, too-few-public-methods, too-many-instance-attributes, too-many-public-methods, too-many-locals, too-many-arguments, locally-enabled, locally-disabled, fixme, broad-except, bad-whitespace, bad-continuation, invalid-name, line-too-long, super-init-not-called, no-init
+disable=
+	missing-docstring,
+	too-many-lines,
+	too-many-branches,
+	too-many-statements,
+	too-few-public-methods,
+	too-many-instance-attributes,
+	too-many-public-methods,
+	too-many-locals,
+	too-many-arguments,
+	locally-enabled,
+	locally-disabled,
+	fixme,
+	broad-except,
+	bad-whitespace,
+	bad-continuation,
+	invalid-name,
+	line-too-long,
+	super-init-not-called,
+	no-init,
 
 
 [REPORTS]
@@ -58,10 +74,6 @@ reports=no
 # (RP0004).
 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
 
-# Add a comment according to your evaluation note. This is used by the global
-# evaluation report (RP0004).
-comment=no
-
 
 [FORMAT]
 
@@ -106,10 +118,6 @@ ignore-mixin-members=yes
 # (useful for classes with attributes dynamically set).
 ignored-classes=SQLObject,twisted.internet.reactor,hashlib,google.appengine.api.memcache
 
-# When zope mode is activated, add a predefined set of Zope acquired attributes
-# to generated-members.
-zope=no
-
 # List of members which are set dynamically and missed by pylint inference
 # system, and so shouldn't trigger E0201 when accessed. Python regular
 # expressions are accepted.
@@ -118,9 +126,6 @@ generated-members=REQUEST,acl_users,aq_parent,multiprocessing.managers.SyncManag
 
 [BASIC]
 
-# Required attributes for module, separated by a comma
-required-attributes=
-
 # List of builtins function names that should not be used, separated by a comma
 bad-functions=map,filter,apply,input
 
@@ -195,10 +200,6 @@ int-import-graph=
 
 [CLASSES]
 
-# List of interface methods to ignore, separated by a comma. This is used for
-# instance to not check methods defines in Zope's Interface base class.
-ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
-
 # List of method names used to declare (i.e. assign) instance attributes.
 defining-attr-methods=__init__,__new__,setUp
 


             reply	other threads:[~2016-03-21  5:09 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21  5:09 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-30 20:42 [gentoo-commits] proj/catalyst:wip/mattst88 commit in: / Matt Turner
2021-06-11 18:29 ` [gentoo-commits] proj/catalyst:master " Matt Turner
2020-10-29 20:15 Matt Turner
2020-03-28 20:07 Matt Turner
2019-08-26 16:48 Matt Turner
2018-09-12  6:43 Brian Dolbec
2017-12-30 18:25 Brian Dolbec
2017-12-29  0:35 Brian Dolbec
2017-12-07  7:21 Brian Dolbec
2017-04-13 16:48 Mike Frysinger
2017-03-09  9:39 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2016-02-17  5:24 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2017-03-07 17:21 [gentoo-commits] proj/catalyst:catalyst_use " Brian Dolbec
2017-03-08 23:16 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2015-10-06 13:46 Mike Frysinger
2015-09-23 17:55 Richard Farina
2015-09-06 21:21 Brian Dolbec
2015-08-30  1:05 Brian Dolbec
2015-05-24 13:47 Jorge Manuel B. S. Vicetto
2015-02-26 22:18 Brian Dolbec
2015-02-26 22:18 Brian Dolbec
2015-02-26 22:18 Brian Dolbec
2015-02-26 20:44 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2015-02-26 22:18 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2015-02-26 19:25 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2015-02-26 20:12 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2014-02-22 21:48 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2014-03-02 15:42 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2014-02-11  3:02 Jorge Manuel B. S. Vicetto
2014-01-03  5:03 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2014-01-06  2:00 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2013-12-15  4:19 Matt Turner
2013-12-15  4:19 Matt Turner
2013-11-13 22:00 Matt Turner
2013-10-26 20:10 Matt Turner
2013-10-26 20:10 Matt Turner
2013-10-26 20:10 Matt Turner
2013-08-08  5:38 Matt Turner
2013-07-31  4:12 Matt Turner
2013-07-25  6:06 Matt Turner
2013-04-15  3:23 Jorge Manuel B. S. Vicetto
2013-03-09  2:41 Matt Turner
2012-12-04 20:46 Richard Farina
2012-11-02  0:07 Richard Farina
2012-10-31 21:58 Richard Farina
2012-09-05  1:48 Jorge Manuel B. S. Vicetto
2012-08-23  5:55 Jorge Manuel B. S. Vicetto
2012-08-23  5:55 Jorge Manuel B. S. Vicetto
2012-07-27  4:42 Jorge Manuel B. S. Vicetto
2012-07-10 18:32 [gentoo-commits] proj/catalyst:catalyst_2 " Sebastian Pipping
2012-07-10 18:33 ` [gentoo-commits] proj/catalyst:master " Sebastian Pipping
2012-07-02 14:53 Sebastian Pipping
2011-06-25 18:08 Sebastian Pipping
2011-06-25 18:08 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458536661.d22d4966433ee681c3a2b6530b995b3eb55c96a9.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox