Skip to content

v0.2.0

Latest

Choose a tag to compare

@xStrom xStrom released this 07 Feb 23:24
· 3 commits to main since this release
106b419

Added

  • init command to set up custom per-project Prep configuration. (#23 by @xStrom)
  • copyright command to easily verify that all Rust source files have correct copyright headers. (#22 by @xStrom)
  • --crates <main|aux|all> option to the clippy command. (#18 by @xStrom)
  • Automatic Cargo installation via rustup. (#24 by @xStrom)
  • Ability to run from within a sub-directory of a workspace as opposed to just from the workspace root. (#23 by @xStrom)

Changed

  • ci clippy now uses --crates all by default and does two separate checks with --crates main and --crates aux in extended mode. (#18 by @xStrom)

Full Changelog: v0.1.0...v0.2.0