Skip to content

Commit

Permalink
chore: better analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 23, 2024
1 parent ddd5cc2 commit 47346e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@ linter:
lines_longer_than_80_chars: false
avoid_classes_with_only_static_members: true
one_member_abstracts: false
no_wildcard_variable_uses: true
no_self_assignments: true
annotate_redeclares: true
missing_code_block_language_in_doc_comment: true
unnecessary_library_name: true
library_names: false
package_prefixed_library_names: false
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

0 comments on commit 47346e2

Please sign in to comment.