mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Add support for clippy.toml configuration file
Summary: I am interested in running clippy under buck2 in CI for https://github.com/dtolnay/cxx, but I need it to be configured with `msrv = "..."` the same as my Cargo builds. Reviewed By: diliop Differential Revision: D43991741 fbshipit-source-id: c9a6a923651cebf5f24a48c6cd5daac0631cb763
This commit is contained in:
parent
d5cc9ef116
commit
b7afcb19bb
1 changed files with 1 additions and 0 deletions
1
tools/rust/ossconfigs/clippy.toml
Normal file
1
tools/rust/ossconfigs/clippy.toml
Normal file
|
@ -0,0 +1 @@
|
|||
too-many-lines-threshold = 200
|
Loading…
Reference in a new issue