Skip to content

Commit

Permalink
💚 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 4, 2023
1 parent ff4c0d9 commit 9c8e185
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ include: package:lints/recommended.yaml

analyzer:
errors:
deprecated_member_use_from_same_package: ignore
todo: ignore

linter:
rules:
- prefer_final_locals
- prefer_final_in_for_each
- prefer_single_quotes
- unnecessary_parenthesis
prefer_final_locals: true
prefer_final_in_for_each: true
prefer_single_quotes: true
unnecessary_parenthesis: true

0 comments on commit 9c8e185

Please sign in to comment.