Skip to content

Commit

Permalink
Remove deprecated package_api_docs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 12, 2024
1 parent 19a2d6c commit 98382f0
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
@@ -1,4 +1,5 @@
include: package:dart_flutter_team_lints/analysis_options.yaml

analyzer:
language:
strict-casts: true
Expand All @@ -21,7 +22,6 @@ linter:
- no_adjacent_strings_in_list
- omit_local_variable_types
- only_throw_errors
- package_api_docs
- prefer_const_constructors
- prefer_single_quotes
- sort_child_properties_last
Expand Down

0 comments on commit 98382f0

Please sign in to comment.