lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.12-8-g737e4a5

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.12-8-g737e4a5



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  737e4a5d669d674ec0c99f14f087213484e521e7 (commit)
      from  e9662f13ac7a2a5d0e3eb8864dc7cf2a9ceb0a79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=737e4a5d669d674ec0c99f14f087213484e521e7

commit 737e4a5d669d674ec0c99f14f087213484e521e7
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Jun 17 22:08:46 2023 +0200

    Update Pylint configuration file
    
    Some options do not appear to be present in Pylint 2.16.2 but this used
    to work in version 1.9.4 (this config works with both versions).

diff --git a/tests/pylint.rc b/tests/pylint.rc
index 0d10388..ff8ce1d 100644
--- a/tests/pylint.rc
+++ b/tests/pylint.rc
@@ -1,13 +1,8 @@
 [MASTER]
 
-# Profiled execution.
-profile=no
-
 # Pickle collected data for later comparisons.
 persistent=no
 
-
-
 [MESSAGES CONTROL]
 
 # Enable the message, report, category or checker with the given id(s). You can
@@ -21,21 +16,12 @@ enable=
 # it should appear only once).
 disable=E1101
 
-
 [REPORTS]
 
 # Set the output format. Available formats are text, parseable, colorized, msvs
 # (visual studio) and html
 output-format=colorized
 
-# Include message's id in output
-include-ids=yes
-
-# Put messages in a separate file for each module / package specified on the
-# command line instead of printing them on stdout. Reports (if any) will be
-# written in a file name "pylint_global.[txt|html]".
-files-output=no
-
 # Tells whether to display a full report or only the messages
 reports=no
 
@@ -46,11 +32,6 @@ reports=no
 # (RP0004).
 evaluation="return 0"
 
-# Add a comment according to your evaluation note. This is used by the global
-# evaluation report (RP0004).
-comment=no
-
-
 [VARIABLES]
 
 # Tells whether we should check for unused import in __init__ files.
@@ -64,7 +45,6 @@ dummy-variables-rgx=_|dummy
 # you should avoid to define new builtins when possible.
 additional-builtins=
 
-
 [TYPECHECK]
 
 # Tells whether missing members accessed in mixin class should be ignored. A
@@ -75,16 +55,11 @@ ignore-mixin-members=yes
 # (useful for classes with attributes dynamically set).
 ignored-classes=SQLObject
 
-# 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.
 generated-members=REQUEST,acl_users,aq_parent,
 
-
 [SIMILARITIES]
 
 # Minimum lines number of a similarity.
@@ -96,13 +71,11 @@ ignore-comments=yes
 # Ignore docstrings when computing similarities.
 ignore-docstrings=yes
 
-
 [MISCELLANEOUS]
 
 # List of note tags to take in consideration, separated by a comma.
 notes=FIXME,XXX,TODO
 
-
 [FORMAT]
 
 # Maximum number of characters on a single line.
@@ -115,15 +88,8 @@ max-module-lines=1000
 # tab).
 indent-string='    '
 
-
 [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
-
 # Regular expression which should only match correct module names
 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
 
@@ -162,7 +128,6 @@ bad-names=foo,bar,baz,toto,tutu,tata
 # not require a docstring
 no-docstring-rgx=__.*__
 
-
 [DESIGN]
 
 # Maximum number of arguments for function / method
@@ -178,9 +143,6 @@ max-locals=15
 # Maximum number of return / yield for function / method body
 max-returns=6
 
-# Maximum number of branch for function / method body
-max-branchs=12
-
 # Maximum number of statements in function / method body
 max-statements=50
 
@@ -196,7 +158,6 @@ min-public-methods=1
 # Maximum number of public methods for a class (see R0904).
 max-public-methods=20
 
-
 [IMPORTS]
 
 # Deprecated modules which should not be used, separated by a comma
@@ -214,22 +175,16 @@ ext-import-graph=
 # not be disabled)
 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
 
 # List of valid names for the first argument in a class method.
 valid-classmethod-first-arg=cls
 
-
 [EXCEPTIONS]
 
 # Exceptions that will emit a warning when being caught. Defaults to
 # "Exception"
-overgeneral-exceptions=Exception
+overgeneral-exceptions=builtins.Exception

-----------------------------------------------------------------------

Summary of changes:
 tests/pylint.rc | 47 +----------------------------------------------
 1 file changed, 1 insertion(+), 46 deletions(-)


hooks/post-receive
-- 
nss-pam-ldapd