Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 10:21
· 26 commits to master since this release

Added

  • cargo_clippy_args: a rule for cargo clippy arguments that must be
    separated by --.
  • Parallel search for fixes via rayon.
  • rules: added uv_unexpected_argument for fixing errors in the Python uv
    package manager.
  • rules: support Ubuntu error messages in command_not_found.
  • taskfile_no_task: when you try to run a task from a Taskfile, it will
    suggest valid task names.
  • git_retag: suggest deleting the existing tag before putting it again.
  • RPM packages are now available!

Changed

  • Logging is now controlled with RUST_LOG and RUST_LOG_STYLE.