mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable string_add lint
This commit is contained in:
parent
cc5977b4e4
commit
9abe4799db
5 changed files with 14 additions and 13 deletions
|
|
@ -50,6 +50,7 @@ rest_pat_in_fully_bound_structs = "warn"
|
|||
same_name_method = "warn"
|
||||
semicolon_inside_block = "warn"
|
||||
str_to_string = "warn"
|
||||
string_add = "warn"
|
||||
string_lit_chars_any = "warn"
|
||||
string_to_string = "warn"
|
||||
suspicious_xor_used_as_pow = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue