From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 322C0138359 for ; Tue, 4 Aug 2020 19:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589C3E07C5; Tue, 4 Aug 2020 19:48:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39C9EE07C5 for ; Tue, 4 Aug 2020 19:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67D0834EF73 for ; Tue, 4 Aug 2020 19:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBD6D2AE for ; Tue, 4 Aug 2020 19:48:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1596570501.414b47160b93120fe64cf2941020a5ef5ea2c41a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: pylintrc X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 414b47160b93120fe64cf2941020a5ef5ea2c41a X-VCS-Branch: master Date: Tue, 4 Aug 2020 19:48:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81a4876b-e198-4eca-a074-d58502c84e51 X-Archives-Hash: 175aca03a58a705ef96f3947542116e0 commit: 414b47160b93120fe64cf2941020a5ef5ea2c41a Author: Zac Medico gentoo org> AuthorDate: Tue Aug 4 19:47:52 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 4 19:48:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=414b4716 pylintrc: disable import-error to travis failure Signed-off-by: Zac Medico gentoo.org> pylintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/pylintrc b/pylintrc index cdfd48653..337311daa 100644 --- a/pylintrc +++ b/pylintrc @@ -14,7 +14,6 @@ disable=all enable= cyclic-import, - import-error, import-self, misplaced-future, missing-final-newline,