We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe3e0d commit 9810e85Copy full SHA for 9810e85
.bazelrc
@@ -3,4 +3,9 @@ build --bes_backend=grpcs://remote.buildbuddy.io
3
build --remote_cache=grpcs://remote.buildbuddy.io
4
build --remote_timeout=3600
5
6
-try-import %workspace%/.bazelrc.user
+try-import %workspace%/.bazelrc.user
7
+
8
+# Setup clippy (http://bazelbuild.github.io/rules_rust/rust_clippy.html)
9
+build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect
10
+build --output_groups=+clippy_checks
11
+build --@rules_rust//:clippy.toml=//:clippy.toml
BUILD.bazel
@@ -0,0 +1,2 @@
1
+# let .bazelrc specifcies clippy config
2
+exports_files(["clippy.toml"])
0 commit comments