blob: d63c8090e227561568747e1fb42321149b94a0bd [file] [log] [blame]
# A config file containing Bazel settings
# Enable rustfmt
build:strict --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect
build:strict --output_groups=+rustfmt_checks
# Enable clippy
build:strict --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect
build:strict --output_groups=+clippy_checks
# This import should always be last to allow users to override
# settings for local development.
try-import %workspace%/user.bazelrc