mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable similar_names lint
This commit is contained in:
parent
db4951c5fd
commit
a62fa7b6ee
2 changed files with 11 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue