mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable uninlined_format_args lint
This commit is contained in:
parent
baab928281
commit
86218f4771
3 changed files with 3 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ tests_outside_test_module = "warn"
|
|||
too_many_lines = "warn"
|
||||
try_err = "warn"
|
||||
undocumented_unsafe_blocks = "warn"
|
||||
uninlined_format_args = "warn"
|
||||
unnecessary_safety_comment = "warn"
|
||||
unnecessary_safety_doc = "warn"
|
||||
unnecessary_self_imports = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue