chore: Whitelist cognitive_complexity lint
This commit is contained in:
parent
728c5828ba
commit
05a49ceb60
1 changed files with 3 additions and 0 deletions
|
|
@ -969,3 +969,6 @@ needless_raw_string_hashes = "allow"
|
|||
|
||||
# TODO: Enable this lint & fix all instances
|
||||
collapsible_if = "allow"
|
||||
|
||||
# TODO: break these apart
|
||||
cognitive_complexity = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue