]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
linter: disable avoid_print rule
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Apr 2024 05:49:45 +0000 (07:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Apr 2024 06:15:26 +0000 (08:15 +0200)
commitd3d70eb1703c629601568e91c7d0f42136578ca0
tree85b5a09943dc57b6df84b0b8f5719f24708ce5ac
parent10b47afc0bfc9be558129a768f6e4237408eb1fb
linter: disable avoid_print rule

getting prints in release mode is quite useful, especially if run on
Linux, started through the console, so changing this to debugPrint
isn't really an option.

Maybe we can replace it with a sane logging framework someday though.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
analysis_options.yaml