Skip to content

Commit

Permalink
Disable one_member_abstracts lint
Browse files Browse the repository at this point in the history
`TomlEncodableValue` has only one abstract method.
  • Loading branch information
just95 committed Sep 1, 2024
1 parent 32767ec commit 51c5fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51c5fdd

Please # to comment.