Skip to content

Commit

Permalink
Remove deprecated package_api_docs lint (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 12, 2024
1 parent 8478cd2 commit d3a61aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ linter:
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_declarations
- prefer_final_locals
- unnecessary_await_in_return
Expand Down
1 change: 0 additions & 1 deletion web_generator/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linter:
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_declarations
- prefer_final_locals
- unnecessary_await_in_return
Expand Down

0 comments on commit d3a61aa

Please sign in to comment.