nss-pam-ldapd branch master updated. 0.9.12-2-gae25521
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.12-2-gae25521
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org, nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.12-2-gae25521
- Date: Sat, 27 Aug 2022 16:51:48 +0200 (CEST)
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 ae25521c861d3153552a2c68a3fda6f0c8b49ce6 (commit)
from 3c9edc1bcf97f56ac95219bfda9de16b98462d0e (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=ae25521c861d3153552a2c68a3fda6f0c8b49ce6
commit ae25521c861d3153552a2c68a3fda6f0c8b49ce6
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Aug 27 16:35:10 2022 +0200
Fix pylint config for newer versions of pylint
Apparently newer versions of pylint parse the evaluation option
differently.
diff --git a/tests/pylint.rc b/tests/pylint.rc
index 7f0bc13..0d10388 100644
--- a/tests/pylint.rc
+++ b/tests/pylint.rc
@@ -44,7 +44,7 @@ reports=no
# respectively contain the number of errors / warnings messages and the total
# number of statements analyzed. This is used by the global evaluation report
# (RP0004).
-evaluation=0
+evaluation="return 0"
# Add a comment according to your evaluation note. This is used by the global
# evaluation report (RP0004).
-----------------------------------------------------------------------
Summary of changes:
tests/pylint.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
- nss-pam-ldapd branch master updated. 0.9.12-2-gae25521,
Commits of the nss-pam-ldapd project