Ignore new too_many_lines lint
This commit is contained in:
parent
b24d50160a
commit
d1ade37827
@ -109,6 +109,7 @@
|
|||||||
// not practical
|
// not practical
|
||||||
needless_pass_by_value,
|
needless_pass_by_value,
|
||||||
similar_names,
|
similar_names,
|
||||||
|
too_many_lines,
|
||||||
// preference
|
// preference
|
||||||
doc_markdown,
|
doc_markdown,
|
||||||
)
|
)
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
module_name_repetitions,
|
module_name_repetitions,
|
||||||
similar_names,
|
similar_names,
|
||||||
single_match_else,
|
single_match_else,
|
||||||
|
too_many_lines,
|
||||||
unseparated_literal_suffix,
|
unseparated_literal_suffix,
|
||||||
use_self,
|
use_self,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user