Skip to content

Commit

Permalink
Add support for clippy.toml configuration file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Mar 11, 2023
1 parent 9fe7c74 commit 8184dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rust/ossconfigs/clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
too-many-lines-threshold = 200

0 comments on commit 8184dce

Please sign in to comment.