Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Remove avoid_private_typedef_functions from recommend.yaml (#2517)
Browse files Browse the repository at this point in the history
As discussed in our meeting today.
  • Loading branch information
goderbauer authored Mar 16, 2021
1 parent b4c9e9b commit ad77396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/canonical/recommend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linter:
- avoid_function_literals_in_foreach_calls
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
- avoid_private_typedef_functions
- avoid_renaming_method_parameters
- avoid_return_types_on_setters
- avoid_returning_null_for_void
Expand Down

0 comments on commit ad77396

Please sign in to comment.