Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed May 31, 2024
1 parent 2464ad5 commit b00eaee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ analyzer:
# There are a number of deprecated members used through this package
deprecated_member_use_from_same_package: ignore

# Ignoring a number of lints from dart_flutter_team_lints – for now
avoid_catching_errors: ignore
avoid_dynamic_calls: ignore
comment_references: ignore
lines_longer_than_80_chars: ignore
only_throw_errors: ignore
unawaited_futures: ignore
unsafe_html: ignore

linter:
rules:
- avoid_private_typedef_functions

0 comments on commit b00eaee

Please sign in to comment.