mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add enum_glob_use warn lint (#8655)
This commit is contained in:
@ -173,6 +173,7 @@ needless_bitwise_bool = "warn"
|
||||
zero_sized_map_values = "warn"
|
||||
single_char_pattern = "warn"
|
||||
needless_continue = "warn"
|
||||
enum_glob_use = "warn"
|
||||
|
||||
# These are nursery lints which have findings. Allow them for now. Some are not
|
||||
# quite mature enough for use in our codebase and some we don't really want.
|
||||
|
||||
Reference in New Issue
Block a user