Add support for clippy.toml (#835)

* Add support for clippy.toml

* Regenerate documentation

* Fix build file naming

* Fix use of depset

* Fix path for non-root config file locations

* Document Rust 1.34.0 requirement

* Regenerate documentation

* Document location of clippy documentation

* buildifier

* Use modern python formatting

Co-authored-by: UebelAndre <github@uebelandre.com>

* Use modern python formatting

Co-authored-by: UebelAndre <github@uebelandre.com>

* Add a test

* Address review comments

Co-authored-by: UebelAndre <github@uebelandre.com>
10 files changed
tree: b4da9b05482b124ea43e3f8c8adfbdd8506b1461
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. proto/
  9. rust/
  10. test/
  11. tools/
  12. util/
  13. wasm_bindgen/
  14. .bazelignore
  15. .bazelrc
  16. .gitignore
  17. ARCHITECTURE.md
  18. AUTHORS
  19. BUILD.bazel
  20. CODEOWNERS
  21. CONTRIBUTING.md
  22. CONTRIBUTORS
  23. LICENSE.txt
  24. README.md
  25. WORKSPACE.bazel
  26. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status
  • Postsubmit + Current Bazel Incompatible Flags Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.