Skip to content

Commit

Permalink
lints: remove deprecated package_api_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 23, 2024
1 parent 029ffcc commit cb9bfb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion repo_support/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ linter:
- directives_ordering
- no_adjacent_strings_in_list
- omit_local_variable_types
- package_api_docs
- prefer_single_quotes
- sort_child_properties_last
- test_types_in_equals
Expand Down
1 change: 0 additions & 1 deletion sembast/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ linter:
- no_literal_bool_comparisons
- no_self_assignments
- omit_local_variable_types
- package_api_docs
- package_prefixed_library_names
- prefer_const_constructors
- prefer_const_literals_to_create_immutables
Expand Down
1 change: 0 additions & 1 deletion sembast_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ linter:
- no_literal_bool_comparisons
- no_self_assignments
- omit_local_variable_types
- package_api_docs
- package_prefixed_library_names
- prefer_const_constructors
- prefer_const_literals_to_create_immutables
Expand Down
1 change: 0 additions & 1 deletion sembast_web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ linter:
- no_literal_bool_comparisons
- no_self_assignments
- omit_local_variable_types
- package_api_docs
- package_prefixed_library_names
- prefer_const_constructors
- prefer_const_literals_to_create_immutables
Expand Down

0 comments on commit cb9bfb8

Please sign in to comment.