enable similar_names lint

This commit is contained in:
Charles Hall 2024-05-14 19:05:02 -07:00
parent db4951c5fd
commit a62fa7b6ee
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 11 additions and 10 deletions

View file

@ -68,6 +68,7 @@ rest_pat_in_fully_bound_structs = "warn"
same_name_method = "warn"
semicolon_if_nothing_returned = "warn"
semicolon_inside_block = "warn"
similar_names = "warn"
str_to_string = "warn"
string_add = "warn"
string_lit_chars_any = "warn"