mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-21 01:31:24 +01:00
enable unreadable_literal lint
This commit is contained in:
parent
a4ff32667e
commit
4419e855ae
2 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,7 @@ unnecessary_self_imports = "warn"
|
|||
unnecessary_wraps = "warn"
|
||||
unneeded_field_pattern = "warn"
|
||||
unnested_or_patterns = "warn"
|
||||
unreadable_literal = "warn"
|
||||
unseparated_literal_suffix = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue