Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active January 23, 2024 01:29
Show Gist options
  • Save navicore/f20d1831a026a1f28d0d0db086da7af7 to your computer and use it in GitHub Desktop.
Save navicore/f20d1831a026a1f28d0d0db086da7af7 to your computer and use it in GitHub Desktop.
clippy aliases super annoying clippy and strict clippy and clippy the fixer or die trying clippy

put in project .cargo/config

[alias]
clippy-fixes = "clippy --fix -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used"
clippy-strict = "clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment