From 51c5fdd07833a08a0df78f049c0dd598cfdb7d90 Mon Sep 17 00:00:00 2001 From: Justin Andresen Date: Sun, 1 Sep 2024 12:21:25 +0200 Subject: [PATCH] Disable `one_member_abstracts` lint `TomlEncodableValue` has only one abstract method. --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 9830937..ae67a5b 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -31,7 +31,7 @@ linter: # DESIGN - use_to_and_as_if_applicable - - one_member_abstracts + # - one_member_abstracts # Disabled because there are interfaces with only one method. #- avoid_classes_with_only_static_members # Disabled because there are super classes with only a `parser` for example. - prefer_mixin - use_setters_to_change_properties