From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 939351FF0AA for ; Fri, 21 Aug 2026 15:07:34 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id D715B215A6; Fri, 21 Aug 2026 15:07:30 +0200 (CEST) From: Shan Shaji To: pve-devel@lists.proxmox.com Subject: [PATCH proxmox{_login_manager,_dart_api_client}/pve_flutter_frontend 0/3] cleanup: enable avoid_print Linter rule Date: Fri, 21 Aug 2026 15:07:15 +0200 Message-ID: <20260821130718.330515-1-s.shaji@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1787317619150 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.591 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: LGKCCXXT7D4ODNLVHZ22V7NYTR222XAC X-Message-ID-Hash: LGKCCXXT7D4ODNLVHZ22V7NYTR222XAC X-MailFrom: s.shaji@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This came up during the review of this series [0]. No functional changes. Only cleanup of print calls. - [0] https://lore.proxmox.com/pve-devel/DKTRUBIDHBL4.20HCPMB83XVNR@proxmox.com/ pve_flutter_frontend: Shan Shaji (1): cleanup: remove print statements analysis_options.yaml | 1 - lib/bloc/proxmox_base_bloc.dart | 8 +++++--- lib/bloc/pve_file_selector_bloc.dart | 5 ++++- lib/widgets/pve_console_menu_widget.dart | 5 ++++- 4 files changed, 13 insertions(+), 6 deletions(-) proxmox_login_manager: Shan Shaji (1): cleanup: remove print statements analysis_options.yaml | 1 - lib/proxmox_login_form.dart | 5 +---- lib/proxmox_tfa_form.dart | 4 +--- 3 files changed, 2 insertions(+), 8 deletions(-) proxmox_dart_api_client: Shan Shaji (1): cleanup: avoid print statements analysis_options.yaml | 6 +++--- lib/src/authenticate.dart | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) Summary over all repositories: 9 files changed, 18 insertions(+), 18 deletions(-) -- Generated by git-murpp 0.8.1